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