Click or drag to resize
JsonArray Class
Json Array
Inheritance Hierarchy

Namespace: X3Platform.Ajax.Json
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public class JsonArray : ArrayList

The JsonArray type exposes the following members.

Constructors
  NameDescription
Public methodJsonArray
Initializes a new instance of the JsonArray class
Top
Methods
  NameDescription
Public methodAdd (Inherited from ArrayList.)
Public methodAddRange (Inherited from ArrayList.)
Public methodBinarySearch(Object) (Inherited from ArrayList.)
Public methodBinarySearch(Object, IComparer) (Inherited from ArrayList.)
Public methodBinarySearch(Int32, Int32, Object, IComparer) (Inherited from ArrayList.)
Public methodClear (Inherited from ArrayList.)
Public methodClone (Inherited from ArrayList.)
Public methodContains (Inherited from ArrayList.)
Public methodCopyTo(Array) (Inherited from ArrayList.)
Public methodCopyTo(Array, Int32) (Inherited from ArrayList.)
Public methodCopyTo(Int32, Array, Int32, Int32) (Inherited from ArrayList.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from ArrayList.)
Public methodGetEnumerator(Int32, Int32) (Inherited from ArrayList.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetRange (Inherited from ArrayList.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf(Object) (Inherited from ArrayList.)
Public methodIndexOf(Object, Int32) (Inherited from ArrayList.)
Public methodIndexOf(Object, Int32, Int32) (Inherited from ArrayList.)
Public methodInsert (Inherited from ArrayList.)
Public methodInsertRange (Inherited from ArrayList.)
Public methodLastIndexOf(Object) (Inherited from ArrayList.)
Public methodLastIndexOf(Object, Int32) (Inherited from ArrayList.)
Public methodLastIndexOf(Object, Int32, Int32) (Inherited from ArrayList.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove (Inherited from ArrayList.)
Public methodRemoveAt (Inherited from ArrayList.)
Public methodRemoveRange (Inherited from ArrayList.)
Public methodReverse (Inherited from ArrayList.)
Public methodReverse(Int32, Int32) (Inherited from ArrayList.)
Public methodSetRange (Inherited from ArrayList.)
Public methodSort (Inherited from ArrayList.)
Public methodSort(IComparer) (Inherited from ArrayList.)
Public methodSort(Int32, Int32, IComparer) (Inherited from ArrayList.)
Public methodToArray (Inherited from ArrayList.)
Public methodToArray(Type) (Inherited from ArrayList.)
Public methodToString (Inherited from Object.)
Public methodTrimToSize (Inherited from ArrayList.)
Top
Properties
  NameDescription
Public propertyCapacity (Inherited from ArrayList.)
Public propertyCount (Inherited from ArrayList.)
Public propertyIsFixedSize (Inherited from ArrayList.)
Public propertyIsReadOnly (Inherited from ArrayList.)
Public propertyIsSynchronized (Inherited from ArrayList.)
Public propertyItem (Inherited from ArrayList.)
Public propertyKey
Public propertySyncRoot (Inherited from ArrayList.)
Public propertyValue
Top
See Also