The members of System.Collections.ObjectModel.KeyedCollection<TKey,TItem> are listed below.
See Also: Inherited members from System.Collections.ObjectModel.Collection<TItem>
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. |
[read-only] | Comparer | IEqualityComparer<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. |
[read-only] | Dictionary | IDictionary<TKey, TItem>.
Gets the lookup dictionary of the System.Collections.ObjectModel.KeyedCollection`2. |
ChangeItemKey(TItem, TKey)Documentation for this section has not yet been entered. | ||
override | ClearItems()
| |
abstract | GetKeyForItem(TItem)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)
| |
override | SetItem(int, TItem)Documentation for this section has not yet been entered. |