C# Class DynamicJson.JsonArray

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Append ( JsonValue v ) : void
Equals ( object obj ) : bool
GetHashCode ( ) : int
JsonArray ( JsonValue a ) : System
MakePrintValue ( ) : string
Parse ( string s ) : JsonArray
this ( int i ) : JsonValue

Method Details

Append() public méthode

public Append ( JsonValue v ) : void
v JsonValue
Résultat void

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

JsonArray() public méthode

public JsonArray ( JsonValue a ) : System
a JsonValue
Résultat System

MakePrintValue() public méthode

public MakePrintValue ( ) : string
Résultat string

Parse() public static méthode

public static Parse ( string s ) : JsonArray
s string
Résultat JsonArray

this() public méthode

public this ( int i ) : JsonValue
i int
Résultat JsonValue