C# Class SmartFormat.Tests.Person

Afficher le fichier Open project: scottrippey/SmartFormat.NET Class Usage Examples

Méthodes publiques

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

Method Details

Person() public méthode

public Person ( ) : System
Résultat System

Person() public méthode

public Person ( string newName, Gender gender, DateTime newBirthday, string newAddress ) : System
newName string
gender Gender
newBirthday DateTime
newAddress string
Résultat System

Random() public méthode

public Random ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string