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

The members of System.Collections.ObjectModel.KeyedCollection<TKey,TItem> are listed below.

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

Protected Constructors

Initializes a new instance of the System.Collections.ObjectModel.KeyedCollection`2 class that uses the default equality comparer.

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Properties

[read-only]
ComparerIEqualityComparer<TKey>.

Gets the generic equality comparer that is used to determine equality of keys in the collection.

[read-only]
default property
Item(TKey)TItem. Documentation for this section has not yet been entered.

Protected Properties

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.