C# Class TestAccount, UnityHello

Exibir arquivo 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_oe property

public int id
return int

name public_oe property

public string name
return string

sex public_oe property

public int sex
return int