Table of Contents

Constructor TakeWhile

Namespace
Bonsai.Reactive
Assembly
Bonsai.Core.dll

TakeWhile()

Initializes a new instance of the TakeWhile class.

public TakeWhile()

TakeWhile(ExpressionBuilderGraph)

Initializes a new instance of the TakeWhile class with the specified expression builder workflow.

public TakeWhile(ExpressionBuilderGraph workflow)

Parameters

workflow ExpressionBuilderGraph

The expression builder workflow instance that will be used by this builder to generate the output expression tree.