'Deklaration
Public Function New( _ ByVal dictionary As System.Collections.Generic.IDictionary(Of TKey,TValue), _ ByVal comparer As System.Collections.Generic.IEqualityComparer(Of TKey) _ )
'Usage
Dim dictionary As System.Collections.Generic.IDictionary(Of TKey,TValue) Dim comparer As System.Collections.Generic.IEqualityComparer(Of TKey) Dim instance As New ObservableDictionary(Of TKey,TValue)(dictionary, comparer)
public ObservableDictionary<TKey,TValue>( System.Collections.Generic.IDictionary<TKey,TValue> dictionary, System.Collections.Generic.IEqualityComparer<TKey> comparer )
Parameter
- dictionary
- comparer