Table of Contents

Constructor Visualizer

Namespace
Bonsai.Reactive
Assembly
Bonsai.Core.dll

Visualizer()

Initializes a new instance of the Visualizer class.

public Visualizer()

Visualizer(ExpressionBuilderGraph)

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

public Visualizer(ExpressionBuilderGraph workflow)

Parameters

workflow ExpressionBuilderGraph

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