Calitha GOLD Parser Engine Documentation

IntegerList.Reverse Method (Int32, Int32)

Reverses the order of the elements in the specified range.

public void Reverse(
   int index,
   int count
);

Parameters

index
The zero-based starting index of the range to reverse.
count
The number of elements in the range to reverse.

See Also

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