Table of Contents

Constructor Sink

Namespace
Bonsai.Reactive
Assembly
Bonsai.Core.dll

Sink()

Initializes a new instance of the Sink class.

public Sink()

Sink(ExpressionBuilderGraph)

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

public Sink(ExpressionBuilderGraph workflow)

Parameters

workflow ExpressionBuilderGraph

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