Class ObservableDictionary<TKey, TValue>.KeyedDictionaryEntryCollection
- Namespace
 - Ecng.ComponentModel
 
- Assembly
 - Ecng.ComponentModel.dll
 
protected class ObservableDictionary<TKey, TValue>.KeyedDictionaryEntryCollection : KeyedCollection<TKey, DictionaryEntry>, IList<DictionaryEntry>, ICollection<DictionaryEntry>, IList, ICollection, IReadOnlyList<DictionaryEntry>, IReadOnlyCollection<DictionaryEntry>, IEnumerable<DictionaryEntry>, IEnumerable
  - Inheritance
 - 
      
      
      KeyedCollection<TKey, DictionaryEntry>ObservableDictionary<TKey, TValue>.KeyedDictionaryEntryCollection
 
- Implements
 
- Inherited Members
 
- Extension Methods
 
Constructors
KeyedDictionaryEntryCollection()
public KeyedDictionaryEntryCollection()
  KeyedDictionaryEntryCollection(IEqualityComparer<TKey>)
public KeyedDictionaryEntryCollection(IEqualityComparer<TKey> comparer)
  Parameters
comparerIEqualityComparer<TKey>
Methods
GetKeyForItem(DictionaryEntry)
protected override TKey GetKeyForItem(DictionaryEntry entry)
  Parameters
entryDictionaryEntry
Returns
- TKey