[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.ObservableSortedList-2.-ctor

ObservableSortedList Constructor

ObservableSortedList()

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

Declaration
public ObservableSortedList()
Public Sub New()

ObservableSortedList(IComparer<TKey>)

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

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