[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.ObservableSortedDictionary-2.-ctor

ObservableSortedDictionary Constructor

ObservableSortedDictionary()

Initializes a new instance of the ObservableSortedDictionary<TKey, TValue> class.

Declaration
public ObservableSortedDictionary()
Public Sub New()

ObservableSortedDictionary(IComparer<TKey>)

Initializes a new instance of the ObservableSortedDictionary<TKey, TValue> class.

Declaration
public ObservableSortedDictionary(IComparer<TKey> comparer)
Public Sub New(comparer As IComparer(Of TKey))
Parameters
Type Name Description
IComparer<TKey> comparer