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

The value stored at the specified index.

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

Syntax

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

See Also