Common Application Framework

CommandList.Sort Method (Int32, Int32, IComparer)

Sorts the elements in the CommandList or a portion of it.

public override 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

CommandList Class | Aveva.ApplicationFramework.Presentation Namespace | CommandList.Sort Overload List