Click or drag to resize

ILongArrayEnumeratorGetValue Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Returns the current value, which is the same value returned by the most recent call to the MoveNext method, or the most recent value passed to SetValue if SetValue were called after the MoveNext method.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
Object GetValue()

Return Value

Type: Object
The current value.
Exceptions
ExceptionCondition
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