[]
Initializes a new instance of the C1ObservableKeyedCollection<TKey, TItem> class.
protected C1ObservableKeyedCollection()
Initializes a new instance of the C1ObservableKeyedCollection<TKey, TItem> class.
protected C1ObservableKeyedCollection(IEqualityComparer<TKey> comparer)
Type | Name | Description |
---|---|---|
IEqualityComparer<TKey> | comparer | The implementation of the IEqualityComparer generic interface to use when comparing keys, or a null reference (Nothing in Visual Basic) to use the default equality comparer for the type of the key, obtained from EqualityComparer.Default. |
protected C1ObservableKeyedCollection(IEqualityComparer<TKey> comparer, int dictionaryCreationThreshold)
Type | Name | Description |
---|---|---|
IEqualityComparer<TKey> | comparer | |
int | dictionaryCreationThreshold |