This topic has not yet been rated - Rate this topic

IReadOnlyCollection<T> methods

The IReadOnlyCollection<T> type exposes the following members.

  NameDescription
Public method Contains Determines whether the collection contains a specific item.
Public method CopyTo Copies the items of the collection to an array starting at a specified index.
Public method GetEnumerator() (Inherited from IEnumerable<T>.)
Public method GetEnumerator() (Inherited from IEnumerable.)
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.