C# Class ConsoleTest.MethOverloads

Inheritance: MethOverloadsBase
Afficher le fichier Open project: kcherr1/CSharp-Eval Class Usage Examples

Méthodes publiques

Méthode Description
Bar ( ) : int
Bar ( char &c, int &i ) : int
Bar ( ) : void
Baz ( ) : int
Foo ( Array i ) : void
Foo ( string s ) : void
this ( int i ) : char

Method Details

Bar() public méthode

public Bar ( ) : int
Résultat int

Bar() public méthode

public Bar ( char &c, int &i ) : int
c char
i int
Résultat int

Bar() public méthode

public Bar ( ) : void
Résultat void

Baz() public méthode

public Baz ( ) : int
Résultat int

Foo() public méthode

public Foo ( Array i ) : void
i System.Array
Résultat void

Foo() public méthode

public Foo ( string s ) : void
s string
Résultat void

this() public méthode

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