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()

Removes all elements from the System.Collections.ObjectModel.Collection`1.

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.Collection`1.

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)

Removes the element at the specified index of the System.Collections.ObjectModel.Collection`1.

Protected Methods

ClearItems()

Removes all elements from the System.Collections.ObjectModel.Collection`1.

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

Removes the element at the specified index of the System.Collections.ObjectModel.Collection`1.

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