CommonItemCollection Class Members
In This Topic
The following tables list the members exposed by CommonItemCollection.
Public Properties
| Name | Description |
 | Capacity | (Inherited from System.Collections.CollectionBase) |
 | Count | (Inherited from System.Collections.CollectionBase) |
Top
Protected Properties
| Name | Description |
 | InnerList | (Inherited from System.Collections.CollectionBase) |
 | List | (Inherited from System.Collections.CollectionBase) |
Top
Public Methods
| Name | Description |
 | Clear | (Inherited from System.Collections.CollectionBase) |
 | ClearAndDispose | Removes all common items from the collection, then disposes the items. |
 | Contains | Determines whether this collection contains a CommonItem with the specified name. |
 | IndexOf | Determines index of the first CommonItem with the specified name in the collection. |
 | Move | Moves the item with given index (fromIndex) to the new position (toIndex). |
 | RemoveAt | (Inherited from System.Collections.CollectionBase) |
Top
See Also