C# Class SimpleTypes, debugger

Afficher le fichier Open project: baulig/debugger Class Usage Examples

Méthodes publiques

Свойство Type Description
a byte
b sbyte
c short
d ushort
e uint
f int
g long
h ulong
i float
j double
k decimal

Méthodes publiques

Méthode Description
Test ( ) : void

Method Details

Test() public static méthode

public static Test ( ) : void
Résultat void

Property Details

a public_oe static_oe property

public static byte a
Résultat byte

b public_oe static_oe property

public static sbyte b
Résultat sbyte

c public_oe static_oe property

public static short c
Résultat short

d public_oe static_oe property

public static ushort d
Résultat ushort

e public_oe static_oe property

public static uint e
Résultat uint

f public_oe static_oe property

public static int f
Résultat int

g public_oe static_oe property

public static long g
Résultat long

h public_oe static_oe property

public static ulong h
Résultat ulong

i public_oe static_oe property

public static float i
Résultat float

j public_oe static_oe property

public static double j
Résultat double

k public_oe static_oe property

public static decimal k
Résultat decimal