Interface implemented by a collection of clutter patch objects.
Add | Adds a new element to the collection. |
Remove | Removes the specified element from the collection. |
RemoveAll | Removes all elements from the collection. |
RemoveAt | Removes an element from the collection using specified index. |
Count | Returns the number of elements in the collection. |
Item | Given an index, returns an element in the collection. |