Namespace:
C1.C1Schedule
Assembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Assembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
| C# |
|---|
protected C1ObservableKeyedCollection( IEqualityComparer<TKey> comparer, int dictionaryCreationThreshold ) |
| Visual Basic (Declaration) |
|---|
Protected Sub New ( _ comparer As IEqualityComparer(Of TKey), _ dictionaryCreationThreshold As Integer _ ) |
Parameters
- comparer
- Type: System.Collections.Generic..::..IEqualityComparer<(Of <(<'TKey>)>)>
- dictionaryCreationThreshold
- Type: System..::..Int32