NewSortedList
Creates a new SortedList object with specific initialization options.
Public Function NewSortedList(
Optional ByVal d As IDictionary,
Optional ByVal Comparer As IComparer,
Optional ByVal Capacity As Long ) As SortedList
Parameters
- d
-
[ByVal]
Optional.
IDictionary.
An object implementing IDictionary used to initialize the list from.
- Comparer
-
[ByVal]
Optional.
IComparer.
An object implementing IComparer used to search and sort keys in the list.
- Capacity
-
[ByVal]
Optional.
Long.
An initial list size.
Return Values
SortedList - A new SortedList object with the specific initializations.
See Also
Project CorLib Overview
Class Constructors Overview