Метод | Описание | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
PrimitiveObject ( ) : System | ||
PrimitiveObject ( string s, char c, sbyte i8, short i16, int i32, long i64, byte u8, ushort u16, uint u32, ulong u64, float f, double d, decimal dec, bool b, System.DateTime dt ) : System |
public PrimitiveObject ( string s, char c, sbyte i8, short i16, int i32, long i64, byte u8, ushort u16, uint u32, ulong u64, float f, double d, decimal dec, bool b, System.DateTime dt ) : System | ||
s | string | |
c | char | |
i8 | sbyte | |
i16 | short | |
i32 | int | |
i64 | long | |
u8 | byte | |
u16 | ushort | |
u32 | uint | |
u64 | ulong | |
f | float | |
d | double | |
dec | decimal | |
b | bool | |
dt | System.DateTime | |
Результат | System |