[]
Initializes a new instance of the C1ObservableKeyedCollection<TKey, TItem> class.
protected C1ObservableKeyedCollection()
Protected Sub New()
Initializes a new instance of the C1ObservableKeyedCollection<TKey, TItem> class.
protected C1ObservableKeyedCollection(IEqualityComparer<TKey> comparer)
Protected Sub New(comparer As IEqualityComparer(Of TKey))
| 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)
Protected Sub New(comparer As IEqualityComparer(Of TKey), dictionaryCreationThreshold As Integer)
| Type | Name | Description |
|---|---|---|
| IEqualityComparer<TKey> | comparer | |
| int | dictionaryCreationThreshold |