C# Class DynamicJson.JsonNull

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

Méthodes publiques

Свойство Type Description
NULL JsonNull

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
JsonNull ( ) : System
MakePrintValue ( ) : string

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

JsonNull() public méthode

public JsonNull ( ) : System
Résultat System

MakePrintValue() public méthode

public MakePrintValue ( ) : string
Résultat string

Property Details

NULL public_oe static_oe property

public static JsonNull,DynamicJson NULL
Résultat JsonNull