RemoveOnlyListBaseT Class |
Namespace: GroupDocs.Watermark.Common
public abstract class RemoveOnlyListBase<T> : ReadOnlyListBase<T>, IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable, IList, ICollection
The RemoveOnlyListBaseT type exposes the following members.
Name | Description | |
---|---|---|
![]() | RemoveOnlyListBaseT |
Initializes a new instance of the RemoveOnlyListBaseT class.
|
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of elements contained in the collection.
(Inherited from ReadOnlyListBaseT.) |
![]() | IsReadOnly |
Gets a value indicating whether the collection is read-only.
(Overrides ReadOnlyListBaseTIsReadOnly.) |
![]() | Item |
Gets the element at the specified index in the collection.
(Inherited from ReadOnlyListBaseT.) |
Name | Description | |
---|---|---|
![]() | Clear |
Removes all items from the collection.
|
![]() | Contains |
Determines whether the collection contains a specific item.
(Inherited from ReadOnlyListBaseT.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through a collection.
(Inherited from ReadOnlyListBaseT.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | IndexOf |
Determines the index of a specific item in the collection.
(Inherited from ReadOnlyListBaseT.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove |
Removes the first occurrence of a specific object from the collection.
|
![]() | RemoveAt |
Removes the item at the specified index.
|
![]() | ToString | (Inherited from Object.) |