ReadOnlyListT Class |
Namespace: GroupDocs.Metadata.Common
public class ReadOnlyList<T> : IReadOnlyList<T>, IEnumerable<T>, IEnumerable, IList, ICollection, IList<T>, ICollection<T>
The ReadOnlyListT type exposes the following members.
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.) |