Sequence T  Indices Method A Sandcastle Documented Class Library
Produces the range of all indices of this sequence.

Namespace: Sequences
Assembly: Sequences (in Sequences.dll) Version: 1.0.1.0 (1.0.1)
Syntax
public IEnumerable<int> Indices()

Return Value

Type: IEnumerable Int32 
The range of all indices of this sequence.

Implements

ISequence T  Indices 
See Also