TypedSortedListEx TKey , TValue Constructor |
Name | Description | |
---|---|---|
![]() |
TypedSortedListEx TKey, TValue |
Default constructor.
|
![]() |
TypedSortedListEx TKey, TValue (IComparer TKey ) |
Creates an empty SortedList with the default initial capacity
and specified comparer.
|
![]() |
TypedSortedListEx TKey, TValue (IDictionary 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 TKey, TValue (Int32) |
Creates an empty list with the specified initial capacity.
|
![]() |
TypedSortedListEx TKey, TValue (IComparer TKey , Int32) |
Creates an empty SortedList with the specified initial capacity
and specified comparer.
|
![]() |
TypedSortedListEx TKey, TValue (IDictionary TKey, TValue , IComparer 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.
|