Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

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.7.1.23 (3.7.1.23)

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