ListCollectionTItem Property

Gets or sets the element at the specified index.

Definition

Namespace: Gemstone.Collections
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.110 -- Release Build+3e0464f4461df4d3e1175b13966eb47ff832554d
public T this[
	int index
] { get; set; }

Parameters

index  Int32
The zero-based index of the element to get or set.

Return Value

T
The element at the specified index.

Implements

IListTItemInt32
IReadOnlyListTItemInt32

Exceptions

ArgumentOutOfRangeExceptionindex is not a valid index in the IListT.
NotSupportedExceptionThe property is set and the IListT is read-only.

See Also