C# Class NSoft.NFramework.Reflections.FasterflectFixture.Person

Afficher le fichier Open project: debop/NFramework

Méthodes publiques

Méthode Description
Person ( ) : System
Person ( int id ) : System
Person ( int id, string name ) : System
ResetInstanceCount ( ) : void
Swap ( int &i, int &j ) : void
ToString ( ) : string
this ( int index ) : char

Private Methods

Méthode Description
GetInstanceCount ( ) : int
IncreaseInstanceCount ( ) : void
Walk ( int miles ) : void

Method Details

Person() public méthode

public Person ( ) : System
Résultat System

Person() public méthode

public Person ( int id ) : System
id int
Résultat System

Person() public méthode

public Person ( int id, string name ) : System
id int
name string
Résultat System

ResetInstanceCount() public static méthode

public static ResetInstanceCount ( ) : void
Résultat void

Swap() public static méthode

public static Swap ( int &i, int &j ) : void
i int
j int
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

this() public méthode

public this ( int index ) : char
index int
Résultat char