Name | Description | |
---|---|---|
Add | Adds an object to the end of the ImGearXMPArray<T>. | |
Clear | Removes all elements from the ImGearXMPArray<T>. | |
Contains | Determines whether an element is in the ImGearXMPArray<T>. | |
CopyTo | Copies the entire ImGearXMPArray<T> to a compatible one-dimensional array, starting at the specified index of the target array. | |
GetEnumerator | Returns an enumerator that iterates through the ImGearXMPArray<T>. | |
IndexOf | Searches for the specified item and returns the zero-based index of the first occurrence within ImGearXMPArray<T>. | |
Insert | Inserts an element into the ImGearXMPArray<T> at the specified index. | |
Remove | Removes the first occurrence of a specific object from the ImGearXMPArray<T>. | |
RemoveAt | Removes the element at the specified index of the ImGearXMPArray<T>. | |
ToString | Returns a System.String that represents the current ImGearXMPArray<T>. |