System.Collections.ObjectModel.KeyedCollection<TKey,TItem>: Method Members

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

See Also: Inherited members from System.Collections.ObjectModel.Collection<TItem>

Public Methods

Contains(TKey) : bool
Documentation for this section has not yet been entered.
Remove(TKey) : bool
Documentation for this section has not yet been entered.

Protected Methods

ChangeItemKey(TItem, TKey)
Documentation for this section has not yet been entered.
override
ClearItems()

Removes all elements from the System.Collections.ObjectModel.KeyedCollection`2.

abstract
GetKeyForItem(TItem) : TKey
Documentation for this section has not yet been entered.
override
InsertItem(int, TItem)
Documentation for this section has not yet been entered.
override
RemoveItem(int)

Removes the element at the specified index of the System.Collections.ObjectModel.KeyedCollection`2.

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