C# Class StringFormatEx.Tests.Person

Show file Open project: qstarin/StringFormatEx Class Usage Examples

Public Methods

Method Description
Person ( ) : System
Person ( string newName, System newBirthday, string newAddress ) : System
ToString ( ) : string

Method Details

Person() public method

public Person ( ) : System
return System

Person() public method

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

ToString() public method

public ToString ( ) : string
return string