[]
        
(Showing Draft Content)

C1.C1Schedule.C1ObservableKeyedCollection-2.-ctor

C1ObservableKeyedCollection Constructor

C1ObservableKeyedCollection()

Initializes a new instance of the C1ObservableKeyedCollection<TKey, TItem> class.

Declaration
protected C1ObservableKeyedCollection()

C1ObservableKeyedCollection(IEqualityComparer<TKey>)

Initializes a new instance of the C1ObservableKeyedCollection<TKey, TItem> class.

Declaration
protected C1ObservableKeyedCollection(IEqualityComparer<TKey> comparer)
Parameters
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.

C1ObservableKeyedCollection(IEqualityComparer<TKey>, int)

Declaration
protected C1ObservableKeyedCollection(IEqualityComparer<TKey> comparer, int dictionaryCreationThreshold)
Parameters
Type Name Description
IEqualityComparer<TKey> comparer
int dictionaryCreationThreshold