Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds an element to the collection and returns its index. |
![]() | AddDeletedNotify | Internal use only. |
![]() | AddNotify | Internal use only. |
![]() | AddRange | Internal use only. |
![]() | Clear | Removes all the elements from the collection. |
![]() | Contains | Gets whether an element is in the collection. |
![]() | CopyTo | Internal use only. |
![]() | Find | Overloaded. Finds an element in the collection that matches the specified name. |
![]() | FindByType | Finds an element in the collection that matches the specified type and name. |
![]() | FireElementAddNotify | Internal use only. |
![]() | FireElementDeletedNotify | Internal use only. |
![]() | FireElementDeletingNotify | Internal use only |
![]() | FireElementNotify | Internal use only. |
![]() | GetEnumerator | Overloaded. Returns the index and number of the array list of elements. |
![]() | IndexOf | Get the index of an element in the collection. |
![]() | Insert | Overloaded. Inserts an element to the collection at the specified index. |
![]() | MoveItemInternal | Internal use only |
![]() | Remove | Removes the specified element from the collection. |
![]() | RemoveAt | Removes the specified element (by index) from the collection. |
![]() | RemoveByName | Removes the specified element (by name) from the collection. |
![]() | RemoveDeletedNotify | Internal use only. |
![]() | RemoveNotify | Internal use only. |
![]() | Replace | Replaces an existing element with a new one. |
![]() | ReplaceAt | Replaces an existing element index with a new one. |