프로퍼티 | 타입 | 설명 | |
---|---|---|---|
id | int | ||
name | string | ||
sex | int |
메소드 | 설명 | |
---|---|---|
TestAccount ( int id, string name, int sex ) : System.Collections.Generic |
public TestAccount ( int id, string name, int sex ) : System.Collections.Generic | ||
id | int | |
name | string | |
sex | int | |
리턴 | System.Collections.Generic |