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

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

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

Syntax

C#
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.

See Also