C# Class CSE.Content.B

Inheritance: IA
Afficher le fichier Open project: kcherr1/CSharp-Eval

Protected Properties

Свойство Type Description
i int

Méthodes publiques

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

Method Details

B() public méthode

public B ( )

BMeth1() public méthode

public BMeth1 ( ) : void
Résultat void

BMeth2() public méthode

public BMeth2 ( int x ) : char
x int
Résultat char

GetI() public méthode

public GetI ( ) : int
Résultat int

IAMeth1() public méthode

public IAMeth1 ( ) : void
Résultat void

IAMeth2() public méthode

public IAMeth2 ( int x ) : string
x int
Résultat string

IAMeth3() public méthode

public IAMeth3 ( ) : float
Résultat float

Property Details

i protected_oe property

protected int i
Résultat int