Name | Description | |
---|---|---|
![]() | Add | Adds an object to the end of the array. |
![]() | AddRange | Adds the elements of the specified array to the end of this array. |
![]() | Clear | Removes all elements from the array. |
![]() | GetElementAsBool | Gets the element at the specified index as a boolean. |
![]() | GetElementAsNumber | Gets the element at the specified index as a double. |
![]() | GetElementAsString | Gets the element at the specified index as a string. |
![]() | IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire array. |
![]() | Insert | Inserts an element into the array at the specified index. |
![]() | Remove | Removes the first occurrence of a specific object from the array. |
![]() | RemoveAt | Removes the element at the specified index of the array. |
![]() | ToString | Returns a string that represents the current object. |