C# Class SmartFormat.Tests.Person

ファイルを表示 Open project: scottrippey/SmartFormat.NET Class Usage Examples

Public Methods

Method Description
Person ( ) : System
Person ( string newName, Gender gender, DateTime newBirthday, string newAddress ) : System
Random ( ) : int
ToString ( ) : string

Method Details

Person() public method

public Person ( ) : System
return System

Person() public method

public Person ( string newName, Gender gender, DateTime newBirthday, string newAddress ) : System
newName string
gender Gender
newBirthday DateTime
newAddress string
return System

Random() public method

public Random ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string