C# Class D, debugger

Inheritance: A
Afficher le fichier Open project: baulig/debugger

Méthodes publiques

Свойство Type Description
a A,
b B,
c C,
e long
s string[]

Méthodes publiques

Méthode Description
D ( A, a, B, b, C, c ) : System
D ( int a, float f, long e ) : System
Virtual ( ) : int

Method Details

D() public méthode

public D ( A, a, B, b, C, c ) : System
a A,
b B,
c C,
Résultat System

D() public méthode

public D ( int a, float f, long e ) : System
a int
f float
e long
Résultat System

Virtual() public méthode

public Virtual ( ) : int
Résultat int

Property Details

a public_oe property

public A, a
Résultat A,

b public_oe property

public B, b
Résultat B,

c public_oe property

public C, c
Résultat C,

e public_oe property

public long e
Résultat long

s public_oe property

public string[] s
Résultat string[]