Click or drag to resize

JSONArray Methods

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The JSONArray type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds an item to the array.
Public methodClear
Clears the array.
Public methodContains
Determines whether the array contains the given item.
Public methodCopyTo
Copies the array to the supplied array, starting at the given index.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the items in the array.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Returns the index of the given item.
Public methodInsert
Inserts an item at the given index.
Public methodRemove
Removes the given item from the array.
Public methodRemoveAt
Removes the item at the given index.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValuesT
Returns this array's values using type T.
Top
See Also