Sequence 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
public 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.

Implements

ISequence T  ZipWithIndex 
See Also