C# Class CSE.Content.IdentifierTest

Show file Open project: kcherr1/CSharp-Eval

Public Properties

Property Type Description
@if int
@this int
boolFieldTest bool
byteFieldTest byte
charFieldTest char
colorFieldTest System.Drawing.Color
decimalFieldTest decimal
doubleFieldTest double
floatFieldTest float
intFieldTest int
longFieldTest long
sbyteFieldTest sbyte
shortFieldTest short
strBuilderFieldTest System.Text.StringBuilder
stringFieldTest string
uintFieldTest uint
ulongFieldTest ulong
ushortFieldTest ushort
vector3FieldTest Vector3

Public Methods

Method Description
IdentifierTest ( ) : System.Drawing

Method Details

IdentifierTest() public method

public IdentifierTest ( ) : System.Drawing
return System.Drawing

Property Details

@if public property

public int @if
return int

@this public property

public int @this
return int

boolFieldTest public property

public bool boolFieldTest
return bool

byteFieldTest public property

public byte byteFieldTest
return byte

charFieldTest public property

public char charFieldTest
return char

colorFieldTest public property

public Color,System.Drawing colorFieldTest
return System.Drawing.Color

decimalFieldTest public property

public decimal decimalFieldTest
return decimal

doubleFieldTest public property

public double doubleFieldTest
return double

floatFieldTest public property

public float floatFieldTest
return float

intFieldTest public property

public int intFieldTest
return int

longFieldTest public property

public long longFieldTest
return long

sbyteFieldTest public property

public sbyte sbyteFieldTest
return sbyte

shortFieldTest public property

public short shortFieldTest
return short

strBuilderFieldTest public property

public StringBuilder,System.Text strBuilderFieldTest
return System.Text.StringBuilder

stringFieldTest public property

public string stringFieldTest
return string

uintFieldTest public property

public uint uintFieldTest
return uint

ulongFieldTest public property

public ulong ulongFieldTest
return ulong

ushortFieldTest public property

public ushort ushortFieldTest
return ushort

vector3FieldTest public property

public Vector3,CSE.Content vector3FieldTest
return Vector3