Click or drag to resize

ILongArrayEnumeratorSetValue Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Stores a new value at the current value index, returning the value that was replaced. The index of the current value is obtainable by reading the Index property.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
Object SetValue(
	Object value
)

Parameters

value
Type: SystemObject
The new value to store.

Return Value

Type: Object
The replaced 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