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