Documents for PDF, .NET Edition Documentation
ObservableSortedDictionary<TKey,TValue> Constructor(IComparer<TKey>)

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Common Namespace > ObservableSortedDictionary<TKey,TValue> Class > ObservableSortedDictionary<TKey,TValue> Constructor : ObservableSortedDictionary<TKey,TValue> Constructor(IComparer<TKey>)
Initializes a new instance of the ObservableSortedDictionary<TKey,TValue> class.
Syntax
'Declaration
 
Public Function New( _
   ByVal comparer As System.Collections.Generic.IComparer(Of TKey) _
)
public ObservableSortedDictionary<TKey,TValue>( 
   System.Collections.Generic.IComparer<TKey> comparer
)

Parameters

comparer
See Also

Reference

ObservableSortedDictionary<TKey,TValue> Class
ObservableSortedDictionary<TKey,TValue> Members
Overload List