The properties 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>
[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. |