Property | Type | Description | |
---|---|---|---|
id | int | ||
name | string | ||
sex | int |
Method | Description | |
---|---|---|
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 | |
return | System.Collections.Generic |