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

Gets or sets the element at the specified index.

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

Syntax

C#
public Object this[
	int i
] { get; set; }

Parameters

i
Type: System..::.Int32

Return Value

The element at the specified index.

Implements

IList..::.Item[([(Int32])])

Exceptions

ExceptionCondition
System..::.ArgumentOutOfRangeException index is not a valid index in the IList.
System..::.NotSupportedException The property is set and the IList is read-only.

See Also