Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Reverses the order of the elements in the specified range.

Namespace:  Tangosol.Run.Xml
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public override void Reverse(
	int index,
	int count
)

Parameters

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

Exceptions

ExceptionCondition
System..::.ArgumentOutOfRangeException Index is less than zero or count is less than zero.
System..::.ArgumentException Index and count do not denote a valid range of elements in the ArrayList.
System..::.InvalidOperationException Parent SimpleElement is not mutable.

See Also