Add | Adds a single object to the end of the collection. |
Clear | Clears the collection by releasing all objects. |
GetAt | Returns a single collection value for the requested index. |
Insert | Inserts a single object at the specified location in the collection. |
Remove | Removes a single object from the collection. |
count | Gets the number of items in the collection. |
Item | Gets a specific member of a collection either by position or key. |
