C# Class LitJson.Test.ValueTypesTest

显示文件 Open project: kvantetore/litjson Class Usage Examples

Public Properties

Property Type Description
TestByte byte
TestChar char
TestDateTime System.DateTime
TestDecimal decimal
TestSByte sbyte
TestShort short
TestUInt uint
TestULong ulong
TestUShort ushort

Property Details

TestByte public_oe property

public byte TestByte
return byte

TestChar public_oe property

public char TestChar
return char

TestDateTime public_oe property

public DateTime,System TestDateTime
return System.DateTime

TestDecimal public_oe property

public decimal TestDecimal
return decimal

TestSByte public_oe property

public sbyte TestSByte
return sbyte

TestShort public_oe property

public short TestShort
return short

TestUInt public_oe property

public uint TestUInt
return uint

TestULong public_oe property

public ulong TestULong
return ulong

TestUShort public_oe property

public ushort TestUShort
return ushort