Method | Description | |
---|---|---|
CreateBool ( uint position ) : bool | ||
CreateByte ( uint position ) : byte | ||
CreateChar ( uint position ) : char | ||
CreateDecimal ( uint position ) : decimal | ||
CreateDouble ( uint position ) : double | ||
CreateFloat ( uint position ) : float | ||
CreateInt ( uint position ) : int | ||
CreateLong ( uint position ) : long | ||
CreateObject ( uint position ) : object | ||
CreateShort ( uint position ) : short | ||
CreateShortByte ( uint position ) : sbyte | ||
CreateString ( uint position ) : string | ||
CreateUInt ( uint position ) : uint | ||
CreateULong ( uint position ) : ulong | ||
CreateUShort ( uint position ) : ushort |
public static CreateBool ( uint position ) : bool | ||
position | uint | |
return | bool |
public static CreateByte ( uint position ) : byte | ||
position | uint | |
return | byte |
public static CreateChar ( uint position ) : char | ||
position | uint | |
return | char |
public static CreateDecimal ( uint position ) : decimal | ||
position | uint | |
return | decimal |
public static CreateDouble ( uint position ) : double | ||
position | uint | |
return | double |
public static CreateFloat ( uint position ) : float | ||
position | uint | |
return | float |
public static CreateInt ( uint position ) : int | ||
position | uint | |
return | int |
public static CreateLong ( uint position ) : long | ||
position | uint | |
return | long |
public static CreateObject ( uint position ) : object | ||
position | uint | |
return | object |
public static CreateShort ( uint position ) : short | ||
position | uint | |
return | short |
public static CreateShortByte ( uint position ) : sbyte | ||
position | uint | |
return | sbyte |
public static CreateString ( uint position ) : string | ||
position | uint | |
return | string |
public static CreateUInt ( uint position ) : uint | ||
position | uint | |
return | uint |
public static CreateULong ( uint position ) : ulong | ||
position | uint | |
return | ulong |
public static CreateUShort ( uint position ) : ushort | ||
position | uint | |
return | ushort |