Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
12c (12.2.1.4.0)
E90869-02
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: 12.2.1.4014 (12.2.1.4014)
Syntax
C# |
---|
Object GetValue() |
Return Value
The current value.
Exceptions
Exception | Condition |
---|---|
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. |