C# Class D, debugger

Inheritance: A
Mostra file Open project: baulig/debugger

Public Properties

Property Type Description
a A,
b B,
c C,
e long
s string[]

Public Methods

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

Method Details

D() public method

public D ( A, a, B, b, C, c ) : System
a A,
b B,
c C,
return System

D() public method

public D ( int a, float f, long e ) : System
a int
f float
e long
return System

Virtual() public method

public Virtual ( ) : int
return int

Property Details

a public_oe property

public A, a
return A,

b public_oe property

public B, b
return B,

c public_oe property

public C, c
return C,

e public_oe property

public long e
return long

s public_oe property

public string[] s
return string[]