JSON.this C# (CSharp) Méthode

this() public méthode

public this ( int index ) : JSON,
index int
Résultat JSON,
	public JSON this[int index] {
		get { return (JSON)list[index]; }
	}
	public JSON this[string index] {

Same methods

JSON::this ( string index ) : JSON,