Overload List

NameDescription
TypedSortedListEx<(Of <(<'TKey, TValue>)>)>()()()()
Default constructor.
TypedSortedListEx<(Of <(<'TKey, TValue>)>)>(IComparer<(Of <<'(TKey>)>>))
Creates an empty SortedList with the default initial capacity and specified comparer.
TypedSortedListEx<(Of <(<'TKey, TValue>)>)>(IDictionary<(Of <<'(TKey, TValue>)>>))
Copies the elements from the specified dictionary to a new list with the same initial capacity as the number of elements copied.
TypedSortedListEx<(Of <(<'TKey, TValue>)>)>(Int32)
Creates an empty list with the specified initial capacity.
TypedSortedListEx<(Of <(<'TKey, TValue>)>)>(IComparer<(Of <<'(TKey>)>>), Int32)
Creates an empty SortedList with the specified initial capacity and specified comparer.
TypedSortedListEx<(Of <(<'TKey, TValue>)>)>(IDictionary<(Of <<'(TKey, TValue>)>>), IComparer<(Of <<'(TKey>)>>))
Copies the elements from the specified dictionary to a new list with the same initial capacity as the number of elements copied and with the specified comparer.

See Also