C# Class TestClass, gert

Afficher le fichier Open project: mono/gert Class Usage Examples

Méthodes publiques

Свойство Type Description
Item BaseClass
Result int
mInt int

Méthodes publiques

Méthode Description
TestClass ( byte b, int i ) : System
TestClass ( int result ) : System
ToString ( ) : string

Private Methods

Méthode Description
DoFoo ( ) : int
Main ( string args ) : int

Method Details

TestClass() public méthode

public TestClass ( byte b, int i ) : System
b byte
i int
Résultat System

TestClass() public méthode

public TestClass ( int result ) : System
result int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Item public_oe property

public BaseClass Item
Résultat BaseClass

Result public_oe property

public int Result
Résultat int

mInt public_oe property

public int mInt
Résultat int