C# Class SimpleJSON.JSONArray

Inheritance: JSONNode, IEnumerable
Afficher le fichier Open project: drakelinglabs/unityarmada Class Usage Examples

Méthodes publiques

Méthode Description
Add ( string aKey, JSONNode aItem ) : void
GetEnumerator ( ) : IEnumerator
Remove ( JSONNode aNode ) : JSONNode
Remove ( int aIndex ) : JSONNode
Serialize ( System aWriter ) : void
ToJSON ( int prefix ) : string
ToString ( ) : string
ToString ( string aPrefix ) : string
this ( int aIndex ) : JSONNode
this ( string aKey ) : JSONNode

Method Details

Add() public méthode

public Add ( string aKey, JSONNode aItem ) : void
aKey string
aItem JSONNode
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

Remove() public méthode

public Remove ( JSONNode aNode ) : JSONNode
aNode JSONNode
Résultat JSONNode

Remove() public méthode

public Remove ( int aIndex ) : JSONNode
aIndex int
Résultat JSONNode

Serialize() public méthode

public Serialize ( System aWriter ) : void
aWriter System
Résultat void

ToJSON() public méthode

public ToJSON ( int prefix ) : string
prefix int
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string

ToString() public méthode

public ToString ( string aPrefix ) : string
aPrefix string
Résultat string

this() public méthode

public this ( int aIndex ) : JSONNode
aIndex int
Résultat JSONNode

this() public méthode

public this ( string aKey ) : JSONNode
aKey string
Résultat JSONNode