Indexer to get items within this collection using array index syntax.

Namespace: TeaTime
Assembly: DiscreteLogics.TeaFiles (in DiscreteLogics.TeaFiles.dll) Version: 1.0.0.16 (1.0.0.16)

Syntax

public T this[
	int itemIndex
] { get; }

Parameters

itemIndex
Type: System..::..Int32

Field Value

The indexed item.

See Also