Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

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: 3.6.1.0 (3.6.1.0)

Syntax

C#
Object SetValue(
	Object value
)

Parameters

value
Type: System..::.Object

[Missing <param name="value"/> documentation for "M:Tangosol.Util.ILongArrayEnumerator.SetValue(System.Object)"]

Return Value

The replaced 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