Json Array
Inheritance Hierarchy
Namespace: X3Platform.Ajax.JsonAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic class JsonArray : ArrayList
public ref class JsonArray : public ArrayList
The JsonArray type exposes the following members.
Constructors|
| Name | Description |
|---|
 | JsonArray | Initializes a new instance of the JsonArray class |
Top
Methods|
| Name | Description |
|---|
 | Add | (Inherited from ArrayList.) |
 | AddRange | (Inherited from ArrayList.) |
 | BinarySearch(Object) | (Inherited from ArrayList.) |
 | BinarySearch(Object, IComparer) | (Inherited from ArrayList.) |
 | BinarySearch(Int32, Int32, Object, IComparer) | (Inherited from ArrayList.) |
 | Clear | (Inherited from ArrayList.) |
 | Clone | (Inherited from ArrayList.) |
 | Contains | (Inherited from ArrayList.) |
 | CopyTo(Array) | (Inherited from ArrayList.) |
 | CopyTo(Array, Int32) | (Inherited from ArrayList.) |
 | CopyTo(Int32, Array, Int32, Int32) | (Inherited from ArrayList.) |
 | Equals | (Inherited from Object.) |
 | Finalize | (Inherited from Object.) |
 | GetEnumerator | (Inherited from ArrayList.) |
 | GetEnumerator(Int32, Int32) | (Inherited from ArrayList.) |
 | GetHashCode | (Inherited from Object.) |
 | GetRange | (Inherited from ArrayList.) |
 | GetType | (Inherited from Object.) |
 | IndexOf(Object) | (Inherited from ArrayList.) |
 | IndexOf(Object, Int32) | (Inherited from ArrayList.) |
 | IndexOf(Object, Int32, Int32) | (Inherited from ArrayList.) |
 | Insert | (Inherited from ArrayList.) |
 | InsertRange | (Inherited from ArrayList.) |
 | LastIndexOf(Object) | (Inherited from ArrayList.) |
 | LastIndexOf(Object, Int32) | (Inherited from ArrayList.) |
 | LastIndexOf(Object, Int32, Int32) | (Inherited from ArrayList.) |
 | MemberwiseClone | (Inherited from Object.) |
 | Remove | (Inherited from ArrayList.) |
 | RemoveAt | (Inherited from ArrayList.) |
 | RemoveRange | (Inherited from ArrayList.) |
 | Reverse | (Inherited from ArrayList.) |
 | Reverse(Int32, Int32) | (Inherited from ArrayList.) |
 | SetRange | (Inherited from ArrayList.) |
 | Sort | (Inherited from ArrayList.) |
 | Sort(IComparer) | (Inherited from ArrayList.) |
 | Sort(Int32, Int32, IComparer) | (Inherited from ArrayList.) |
 | ToArray | (Inherited from ArrayList.) |
 | ToArray(Type) | (Inherited from ArrayList.) |
 | ToString | (Inherited from Object.) |
 | TrimToSize | (Inherited from ArrayList.) |
Top
Properties
See Also