Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Gets or sets the element at the specified index.

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

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..::..ArgumentOutOfRangeExceptionindex is not a valid index in the IList.
System..::..NotSupportedExceptionThe property is set and the IList is read-only.

See Also