JSONArray Methods | ![]() |
The JSONArray type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add |
Adds an item to the array.
|
![]() | Clear |
Clears the array.
|
![]() | Contains |
Determines whether the array contains the given item.
|
![]() | CopyTo |
Copies the array to the supplied array, starting at the given index.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the items in the array.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf |
Returns the index of the given item.
|
![]() | Insert |
Inserts an item at the given index.
|
![]() | Remove |
Removes the given item from the array.
|
![]() | RemoveAt |
Removes the item at the given index.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | ValuesT |
Returns this array's values using type T.
|