Table of Contents

Constructor Window

Namespace
Bonsai.Reactive
Assembly
Bonsai.Core.dll

Window()

Initializes a new instance of the Window class.

public Window()

Window(ExpressionBuilderGraph)

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

public Window(ExpressionBuilderGraph workflow)

Parameters

workflow ExpressionBuilderGraph

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