C# Class SimpleTypes, debugger

Show file 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 static property

public static byte a
return byte

b public static property

public static sbyte b
return sbyte

c public static property

public static short c
return short

d public static property

public static ushort d
return ushort

e public static property

public static uint e
return uint

f public static property

public static int f
return int

g public static property

public static long g
return long

h public static property

public static ulong h
return ulong

i public static property

public static float i
return float

j public static property

public static double j
return double

k public static property

public static decimal k
return decimal