Click or drag to resize

TypedSortedListEx TKey , TValue Constructor

Overload List
Name Description
Public method TypedSortedListEx TKey, TValue
Default constructor.
Public method TypedSortedListEx TKey, TValue (IComparer TKey )
Creates an empty SortedList with the default initial capacity and specified comparer.
Public method 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.
Public method TypedSortedListEx TKey, TValue (Int32)
Creates an empty list with the specified initial capacity.
Public method TypedSortedListEx TKey, TValue (IComparer TKey , Int32)
Creates an empty SortedList with the specified initial capacity and specified comparer.
Public method 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.
Top
See Also