C# Class LitJson.Test.ValueTypesTest

Afficher le fichier Open project: kvantetore/litjson Class Usage Examples

Méthodes publiques

Свойство 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
Résultat byte

TestChar public_oe property

public char TestChar
Résultat char

TestDateTime public_oe property

public DateTime,System TestDateTime
Résultat System.DateTime

TestDecimal public_oe property

public decimal TestDecimal
Résultat decimal

TestSByte public_oe property

public sbyte TestSByte
Résultat sbyte

TestShort public_oe property

public short TestShort
Résultat short

TestUInt public_oe property

public uint TestUInt
Résultat uint

TestULong public_oe property

public ulong TestULong
Résultat ulong

TestUShort public_oe property

public ushort TestUShort
Résultat ushort