Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Reverses the order of the elements in the specified range.

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

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