C# Class CSE.Content.B

Inheritance: IA
Datei anzeigen Open project: kcherr1/CSharp-Eval

Protected Properties

Property Type Description
i int

Public Methods

Method Description
B ( )
BMeth1 ( ) : void
BMeth2 ( int x ) : char
GetI ( ) : int
IAMeth1 ( ) : void
IAMeth2 ( int x ) : string
IAMeth3 ( ) : float

Method Details

B() public method

public B ( )

BMeth1() public method

public BMeth1 ( ) : void
return void

BMeth2() public method

public BMeth2 ( int x ) : char
x int
return char

GetI() public method

public GetI ( ) : int
return int

IAMeth1() public method

public IAMeth1 ( ) : void
return void

IAMeth2() public method

public IAMeth2 ( int x ) : string
x int
return string

IAMeth3() public method

public IAMeth3 ( ) : float
return float

Property Details

i protected_oe property

protected int i
return int