C# Class ConsoleTest.MethOverloads

Inheritance: MethOverloadsBase
Show file Open project: kcherr1/CSharp-Eval Class Usage Examples

Public Methods

Method 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 method

public Bar ( ) : int
return int

Bar() public method

public Bar ( char &c, int &i ) : int
c char
i int
return int

Bar() public method

public Bar ( ) : void
return void

Baz() public method

public Baz ( ) : int
return int

Foo() public method

public Foo ( Array i ) : void
i System.Array
return void

Foo() public method

public Foo ( string s ) : void
s string
return void

this() public method

public this ( int i ) : char
i int
return char