SortableList Constructor |
Name | Description | |
---|---|---|
SortableList |
Default constructor.
Since no IComparer is provided here, added objects must implement the IComparer interface.
| |
SortableList(IComparer) |
Constructor.
| |
SortableList(Int32) |
Constructor.
Since no IComparer is provided, added objects must implement the IComparer interface.
| |
SortableList(IComparer, Int32) |
Constructor.
|