Gets the element at the specified index.
Namespace: SequencesAssembly: Sequences (in Sequences.dll) Version: 1.0.1.0 (1.0.1)
Syntax T this[
int index
] { get; }
T this[
int index
] { get; }
ReadOnly Default Property Item (
index As Integer
) As T
Get
ReadOnly Default Property Item (
index As Integer
) As T
Get
property T default[int index] {
T get (int index);
}
property T default[int index] {
T get (int index);
}
abstract Item : 'T with get
abstract Item : 'T with get
Parameters
- index
- Type: System Int32
The zero-based index of the element to get.
Return Value
Type:
TThe element at the specified index.
See Also