C# Class SimpleTypes, debugger

显示文件 Open project: baulig/debugger Class Usage Examples

Public Properties

Property Type Description
a byte
b sbyte
c short
d ushort
e uint
f int
g long
h ulong
i float
j double
k decimal

Public Methods

Method Description
Test ( ) : void

Method Details

Test() public static method

public static Test ( ) : void
return void

Property Details

a public_oe static_oe property

public static byte a
return byte

b public_oe static_oe property

public static sbyte b
return sbyte

c public_oe static_oe property

public static short c
return short

d public_oe static_oe property

public static ushort d
return ushort

e public_oe static_oe property

public static uint e
return uint

f public_oe static_oe property

public static int f
return int

g public_oe static_oe property

public static long g
return long

h public_oe static_oe property

public static ulong h
return ulong

i public_oe static_oe property

public static float i
return float

j public_oe static_oe property

public static double j
return double

k public_oe static_oe property

public static decimal k
return decimal