Oracle® Coherence .NET API Reference Release 3.6
E15727-01

The value stored at the specified index.

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

Syntax

C#
public virtual Object this[
	long index
] { get; set; }

Parameters

index
Type: System..::.Int64
A long index value.

Field Value

The object stored at the specified index, or null.

Implements

ILongArray..::.Item[([(Int64])])

See Also