ISequence T  Item Property A Sandcastle Documented Class Library
Gets the element at the specified index.

Namespace: Sequences
Assembly: Sequences (in Sequences.dll) Version: 1.0.1.0 (1.0.1)
Syntax
T this[
	int index
] { get; }

Parameters

index
Type: System Int32
The zero-based index of the element to get.

Return Value

Type: T
The element at the specified index.
See Also