Property | Type | Description | |
---|---|---|---|
maleOrFemale | bool | ||
name | string | ||
weight | double |
Method | Description | |
---|---|---|
PersonAddMultipleTable ( string name, bool maleOrFemale, double weight ) : System |
public PersonAddMultipleTable ( string name, bool maleOrFemale, double weight ) : System | ||
name | string | |
maleOrFemale | bool | |
weight | double | |
return | System |