Class ObservableDictionary<TKey, TValue>.KeyedDictionaryEntryCollection<TKey>
Inheritance
System.Object
ObservableDictionary<TKey, TValue>.KeyedDictionaryEntryCollection<TKey>
Assembly: Simplic.Framework.DBUI.dll
Syntax
protected class KeyedDictionaryEntryCollection<TKey> : KeyedCollection<TKey, DictionaryEntry>
Type Parameters
Constructors
|
Improve this Doc
View Source
KeyedDictionaryEntryCollection()
Declaration
public KeyedDictionaryEntryCollection()
|
Improve this Doc
View Source
KeyedDictionaryEntryCollection(IEqualityComparer<TKey>)
Declaration
public KeyedDictionaryEntryCollection(IEqualityComparer<TKey> comparer)
Parameters
Type |
Name |
Description |
IEqualityComparer<TKey> |
comparer |
|
Methods
|
Improve this Doc
View Source
GetKeyForItem(DictionaryEntry)
Declaration
protected override TKey GetKeyForItem(DictionaryEntry entry)
Parameters
Type |
Name |
Description |
DictionaryEntry |
entry |
|
Returns