Mono Class Library: Overview

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

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

See Also: Inherited members from System.Object

Public Methods

Add(T)
Documentation for this section has not yet been entered.
Clear()
Documentation for this section has not yet been entered.
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>
Documentation for this section has not yet been entered.
IndexOf(T) : int
Documentation for this section has not yet been entered.
Insert(int, T)
Documentation for this section has not yet been entered.
Remove(T) : bool
Documentation for this section has not yet been entered.
RemoveAt(int)
Documentation for this section has not yet been entered.

Protected Methods

ClearItems()
Documentation for this section has not yet been entered.
InsertItem(int, T)
Documentation for this section has not yet been entered.
RemoveItem(int)
Documentation for this section has not yet been entered.
SetItem(int, T)
Documentation for this section has not yet been entered.