APRlib

SupportClass.CollectionsManager.Sort Method (ICollection, IComparer)

Sorts the elements in the entire ArrayList using the IComparable implementation of each element.

public static void Sort(
   ICollection List,
   IComparer Comparator
);

Parameters

List
ArrayList that wishes to order.
Comparator
The IComparer implementation to use when comparing elements.

See Also

SupportClass.CollectionsManager Class | (global) Namespace | SupportClass.CollectionsManager.Sort Overload List