Improve this Doc
Class JSONArray
Inheritance
System.Object
JSONArray
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:uFrame.Json
Assembly:cs.temp.dll.dll
Syntax
public class JSONArray : JSONNode, IEnumerable
Properties
|
Improve this Doc
Childs
Declaration
public override IEnumerable<JSONNode> Childs { get; }
Property Value
Overrides
|
Improve this Doc
Count
Declaration
public override int Count { get; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
|
Improve this Doc
Item[Int32]
Declaration
public override JSONNode this[int aIndex] { get; set; }
Parameters
Type |
Name |
Description |
System.Int32 |
aIndex |
|
Property Value
Overrides
|
Improve this Doc
Item[String]
Declaration
public override JSONNode this[string aKey] { get; set; }
Parameters
Type |
Name |
Description |
System.String |
aKey |
|
Property Value
Overrides
Methods
|
Improve this Doc
Add(String, JSONNode)
Declaration
public override void Add(string aKey, JSONNode aItem)
Parameters
Type |
Name |
Description |
System.String |
aKey |
|
JSONNode |
aItem |
|
Overrides
|
Improve this Doc
GetEnumerator()
Declaration
public IEnumerator GetEnumerator()
Returns
Type |
Description |
IEnumerator |
|
|
Improve this Doc
Remove(Int32)
Declaration
public override JSONNode Remove(int aIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
aIndex |
|
Returns
Overrides
|
Improve this Doc
Remove(JSONNode)
Declaration
public override JSONNode Remove(JSONNode aNode)
Parameters
Returns
Overrides
|
Improve this Doc
Serialize(BinaryWriter)
Declaration
public override void Serialize(BinaryWriter aWriter)
Parameters
Type |
Name |
Description |
System.IO.BinaryWriter |
aWriter |
|
Overrides
|
Improve this Doc
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
ToString(Boolean)
Declaration
public override string ToString(bool isRoot)
Parameters
Type |
Name |
Description |
System.Boolean |
isRoot |
|
Returns
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
ToString(String)
Declaration
public override string ToString(string aPrefix)
Parameters
Type |
Name |
Description |
System.String |
aPrefix |
|
Returns
Type |
Description |
System.String |
|
Overrides