Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
D
C# Class D, debugger
Inheritance:
A
Exibir arquivo
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[]