IReadOnlyCollection<T> Members
Include Protected Members
Include Inherited Members
Defines properties and methods that handle read-only collections.
The IReadOnlyCollection<T> type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of items in the collection. |
![]() |
Item | Gets the item at a specified index. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Contains | Determines whether the collection contains a specific item. |
![]() |
CopyTo | Copies the items of the collection to an array starting at a specified index. |
![]() |
GetEnumerator() | (Inherited from IEnumerable<T>.) |
![]() |
GetEnumerator() | (Inherited from IEnumerable.) |
Top