ISequence T  ZipWithIndex Method A Sandcastle Documented Class Library
Returns a sequence of tuples, where each tuple is formed by associating an element of this sequence with its index.

Namespace: Sequences
Assembly: Sequences (in Sequences.dll) Version: 1.0.1.0 (1.0.1)
Syntax
ISequence<Tuple<T, int>> ZipWithIndex()

Return Value

Type: ISequence Tuple T, Int32  
A sequence of tuples, where each tuple is formed by associating an element of this sequence with its index.
See Also