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

Returns the index of the current value, which is the value returned by the most recent call to the MoveNext method.

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

Syntax

C#
long Index { get; }

Return Value

The index of the current value.

Exceptions

ExceptionCondition
System..::.InvalidOperationException If the MoveNext method has not yet been called, or the remove method has already been called after the last call to the MoveNext method.

See Also