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

Remove the specified index from the ILongArray, returning its associated value.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public virtual Object Remove(
	long index
)

Parameters

index
Type: System..::.Int64
The index into the ILongArray.

Return Value

The associated value (which can be null) or null if the specified index is not in the ILongArray.

Implements

ILongArray..::.Remove(Int64)

See Also