Table of Contents

Class ElementIndex

Namespace
Bonsai.Reactive
Assembly
Bonsai.Core.dll

Represents an operator that incorporates the zero-based index of elements in an observable sequence.

Marble diagram

ElementIndex can be used to incrementally keep a tally of the number of elements in a sequence. It is also often used as the first step in custom index-dependent computations.

[Combinator]
public class ElementIndex
Inheritance
ElementIndex
Inherited Members

Methods

Process<TSource>(IObservable<TSource>)

Incorporates the zero-based index of elements in an observable sequence.