ISharedCollectionT Interface |
Namespace: EBP.Framework.Common.Interfaces.Shared
[Missing <typeparam name="T"/> documentation for "T:EBP.Framework.Common.Interfaces.Shared.ISharedCollection`1"]
The ISharedCollectionT type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements contained in the ISharedCollectionT. | |
| IsReadOnly | Gets a value indicating whether the ISharedCollectionT is read-only. |
| 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. |