C# Class DynamicJson.JsonNullType

Inheritance: JsonValueType
Afficher le fichier Open project: pieterbreed/Dynamic-Json-for-.NET

Méthodes publiques

Свойство Type Description
INSTANCE JsonNullType

Méthodes publiques

Méthode Description
GetValue ( object value ) : JsonValue
ValueQualifies ( object value ) : bool

Private Methods

Méthode Description
JsonNullType ( ) : System

Method Details

GetValue() public méthode

public GetValue ( object value ) : JsonValue
value object
Résultat JsonValue

ValueQualifies() public méthode

public ValueQualifies ( object value ) : bool
value object
Résultat bool

Property Details

INSTANCE public_oe static_oe property

public static JsonNullType,DynamicJson INSTANCE
Résultat JsonNullType