[]
Initializes a new instance of the ObservableSortedDictionary<TKey, TValue> class.
public ObservableSortedDictionary()
Public Sub New()
Initializes a new instance of the ObservableSortedDictionary<TKey, TValue> class.
public ObservableSortedDictionary(IComparer<TKey> comparer)
Public Sub New(comparer As IComparer(Of TKey))
Type | Name | Description |
---|---|---|
IComparer<TKey> | comparer |