C# Class TstClass.Person

ファイルを表示 Open project: suntong/lang Class Usage Examples

Public Properties

Property Type Description
age int
b B

Public Methods

Method Description
Person ( Person previousPerson ) : System
Person ( string name, int age, string thebase ) : System

Method Details

Person() public method

public Person ( Person previousPerson ) : System
previousPerson Person
return System

Person() public method

public Person ( string name, int age, string thebase ) : System
name string
age int
thebase string
return System

Property Details

age public_oe property

public int age
return int

b public_oe property

public B,TstClass b
return B