System.Collections.ObjectModel.ReadOnlyCollection<T>: Method Members

The methods of System.Collections.ObjectModel.ReadOnlyCollection<T> are listed below. For a list of all members, see the ReadOnlyCollection<T> Members list.

See Also: Inherited members from System.Object

Public Methods

Contains(T) : bool
Documentation for this section has not yet been entered.
CopyTo(T[], int)
Documentation for this section has not yet been entered.
GetEnumerator() : IEnumerator<T>

Returns an enumerator that iterates through the System.Collections.ObjectModel.ReadOnlyCollection`1.

IndexOf(T) : int
Documentation for this section has not yet been entered.