ISharedListT Interface |
Namespace: EBP.Framework.Common.Interfaces.Shared
public interface ISharedList<T> : ISharedCollection<T>, ISharedEnumerable<T>, IEnumerable<T>, IEnumerable
The ISharedListT type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements contained in the ISharedCollectionT. (Inherited from ISharedCollectionT.) | |
| IsReadOnly | Gets a value indicating whether the ISharedCollectionT is read-only. (Inherited from ISharedCollectionT.) | |
| Item | Gets or sets the element at the specified index. |
| 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. |