IReadOnlyCollection<T> methods
SharePoint 2013
The IReadOnlyCollection<T> type exposes the following members.
| 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.) |