C# Class Example.Second

Afficher le fichier Open project: cdrnet/docu

Méthodes publiques

Свойство Type Description
aField string

Méthodes publiques

Méthode Description
ReturnType ( ) : string
SecondMethod ( ) : void
SecondMethod2 ( string one, int two ) : void
SecondMethod3 ( string one, First two ) : void

Method Details

ReturnType() public méthode

public ReturnType ( ) : string
Résultat string

SecondMethod() public méthode

public SecondMethod ( ) : void
Résultat void

SecondMethod2() public méthode

public SecondMethod2 ( string one, int two ) : void
one string
two int
Résultat void

SecondMethod3() public méthode

public SecondMethod3 ( string one, First two ) : void
one string
two First
Résultat void

Property Details

aField public_oe property

public string aField
Résultat string