Mono Class Library: Overview

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()
Documentation for this section has not yet been entered.
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)
Documentation for this section has not yet been entered.
override
SetItem(int, TItem)
Documentation for this section has not yet been entered.