Table of Contents

Constructor SkipWhile

Namespace
Bonsai.Reactive
Assembly
Bonsai.Core.dll

SkipWhile()

Initializes a new instance of the SkipWhile class.

public SkipWhile()

SkipWhile(ExpressionBuilderGraph)

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

public SkipWhile(ExpressionBuilderGraph workflow)

Parameters

workflow ExpressionBuilderGraph

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