Table of Contents

Constructor ElementIndex

Namespace
Bonsai.Reactive
Assembly
Bonsai.Core.dll

ElementIndex(T, int)

Initializes a new instance of the ElementIndex<T> class with the specified value and index information.

public ElementIndex(T value, int index)

Parameters

value T

The value to be annotated with index information.

index int

The zero-based index of the element in the sequence.