ISharedCollectionT Methods |
The ISharedCollectionT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | Adds an item to the ISharedCollectionT. | |
| Clear | Removes all items from the ISharedCollectionT. | |
| Contains | Determines whether the ISharedCollectionT contains a specific value. | |
| GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from ISharedEnumerableT.) | |
| Remove | Removes the first occurrence of a specific object from the ISharedCollectionT. |