Calitha GOLD Parser Engine Documentation

IntegerList.Sort Method (Int32, Int32, IComparer)

Sorts the elements in a section of the list using the specified comparer.

public void Sort(
   int index,
   int count,
   IComparer comparer
);

Parameters

index
The zero-based starting index of the range to sort.
count
The length of the range to sort.
comparer
The IComparer implementation to use when comparing elements.

See Also

IntegerList Class | com.calitha.commons Namespace | IntegerList.Sort Overload List