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