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

Gets or sets the element at the specified index.

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

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