Click or drag to resize

SortableList Constructor

Overload List
  NameDescription
Public methodSortableList
Default constructor. Since no IComparer is provided here, added objects must implement the IComparer interface.
Public methodSortableList(IComparer)
Constructor.
Public methodSortableList(Int32)
Constructor. Since no IComparer is provided, added objects must implement the IComparer interface.
Public methodSortableList(IComparer, Int32)
Constructor.
Top
See Also