Name | Description | |
---|---|---|
![]() | Add | Adds the specified object to the end of the UniArray. |
![]() | Clear | Removes all elements from the UniArray. |
![]() | Clone | Creates a copy of an UniArray object. |
![]() | Contains | Determines whether an element is in the UniArray. |
![]() | CopyTo | Copies the entire UniArray to a compatible System.Array starting at the specified index. |
![]() | Dispose | Releases all resources allocated by this object. |
![]() | GetEnumerator | Returns an enumerator for the UniArray. |
![]() | IndexOf | Gets the location of the specified element in UniArray. |
![]() | Insert | Inserts the specified System.Object to the UniArray at the specified index. |
![]() | Remove | Removes the specified element from the UniArray. |
![]() | RemoveAt | Removes the element at the specified index from the UniArray. |