C# Class Valuesa, shared-source-cli-2.0

Datei anzeigen Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Properties

Property Type Description
a byte
a int
b long
b short
c Object
c int
d String
d long
e long
f int
g short
h byte

Public Methods

Method Description
Randomize ( ) : void
ToString ( ) : String

Method Details

Randomize() public method

public Randomize ( ) : void
return void

ToString() public method

public ToString ( ) : String
return String

Property Details

a public_oe property

public byte a
return byte

a public_oe property

public int a
return int

b public_oe property

public long b
return long

b public_oe property

public short b
return short

c public_oe property

public Object c
return Object

c public_oe property

public int c
return int

d public_oe property

public String d
return String

d public_oe property

public long d
return long

e public_oe property

public long e
return long

f public_oe property

public int f
return int

g public_oe property

public short g
return short

h public_oe property

public byte h
return byte