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

T this[
	long index
] { get; }

Parameters

index
Type: System..::..Int64

Field Value

The indexed item.

See Also