Click or drag to resize
MXRecordListSort Method
Overload List
  NameDescription
Public methodSort
Bobble sorting is used
(Overrides ArrayListSort.)
Public methodSort(IComparer)
Sorts the elements in the entire ArrayList using the specified comparer.
(Inherited from ArrayList.)
Public methodSort(Int32, Int32, IComparer)
Sorts the elements in a range of elements in ArrayList using the specified comparer.
(Inherited from ArrayList.)
Top
See Also