ILongArrayEnumeratorIndex Property |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
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: 14.1.1.14 (14.1.1.14)
SyntaxReturn Value
Type:
Int64
The index of the current value.
ExceptionsException | Condition |
---|
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