| Name | Description |
| Add | Adds an object to the generic collection. |
| Remove | Method that removes the specified object from the generic collection. |
| Name | Description |
| Count | Property that returns the number of items in this collection. |
| Item | Returns the specified object in the collection. The index can be numeric or the object name. |
| Type | Returns an ObjectTypeEnum indicating this object's type. |