C# Class TestAccount, UnityHello

Show file Open project: woshihuo12/UnityHello Class Usage Examples

Public Properties

Property Type Description
id int
name string
sex int

Public Methods

Method Description
TestAccount ( int id, string name, int sex ) : System.Collections.Generic

Method Details

TestAccount() public method

public TestAccount ( int id, string name, int sex ) : System.Collections.Generic
id int
name string
sex int
return System.Collections.Generic

Property Details

id public property

public int id
return int

name public property

public string name
return string

sex public property

public int sex
return int