Add |
Adds an element to the collection. |
Copy |
Copy the collection |
IndexOf |
Returns the index of an event in the collection. Returns -1 if the event does not exist. |
InsertAt |
Insert an element into the collection at the specified index |
Remove |
Remove the provided element from the collection. |
RemoveAll |
Remove all elements from the collection |
RemoveAt |
Remove the element at the specified index from the collection. |