IReadOnlyListT Interface |
Namespace: GroupDocs.Metadata.Common
The IReadOnlyListT type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of elements contained in the collection.
|
![]() | Item |
Gets the element at the specified index in the read-only list.
|
Name | Description | |
---|---|---|
![]() | Contains |
Determines whether the collection contains a specific item.
|
![]() | GetEnumerator | (Inherited from IEnumerableT.) |
![]() | IndexOf |
Determines the index of a specific item in the collection.
|