C# Class CSE.Content.IdentifierTest

Afficher le fichier Open project: kcherr1/CSharp-Eval

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
IdentifierTest ( ) : System.Drawing

Method Details

IdentifierTest() public méthode

public IdentifierTest ( ) : System.Drawing
Résultat System.Drawing

Property Details

@if public_oe property

public int @if
Résultat int

@this public_oe property

public int @this
Résultat int

boolFieldTest public_oe property

public bool boolFieldTest
Résultat bool

byteFieldTest public_oe property

public byte byteFieldTest
Résultat byte

charFieldTest public_oe property

public char charFieldTest
Résultat char

colorFieldTest public_oe property

public Color,System.Drawing colorFieldTest
Résultat System.Drawing.Color

decimalFieldTest public_oe property

public decimal decimalFieldTest
Résultat decimal

doubleFieldTest public_oe property

public double doubleFieldTest
Résultat double

floatFieldTest public_oe property

public float floatFieldTest
Résultat float

intFieldTest public_oe property

public int intFieldTest
Résultat int

longFieldTest public_oe property

public long longFieldTest
Résultat long

sbyteFieldTest public_oe property

public sbyte sbyteFieldTest
Résultat sbyte

shortFieldTest public_oe property

public short shortFieldTest
Résultat short

strBuilderFieldTest public_oe property

public StringBuilder,System.Text strBuilderFieldTest
Résultat System.Text.StringBuilder

stringFieldTest public_oe property

public string stringFieldTest
Résultat string

uintFieldTest public_oe property

public uint uintFieldTest
Résultat uint

ulongFieldTest public_oe property

public ulong ulongFieldTest
Résultat ulong

ushortFieldTest public_oe property

public ushort ushortFieldTest
Résultat ushort

vector3FieldTest public_oe property

public Vector3,CSE.Content vector3FieldTest
Résultat Vector3