JSONArray Class |
Namespace: Telogis.GeoBase.Serialization
The JSONArray type exposes the following members.
Name | Description | |
---|---|---|
JSONArray |
Creates an empty JSONArray.
| |
JSONArray(IEnumerableObject) |
Creates a JSONObject from a list of objects.
|
Name | Description | |
---|---|---|
Count |
The count of items in the array.
| |
IsReadOnly |
Whether the array is read-only. Always false.
| |
Item |
The item at the given index.
|
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.
|