Table of Contents

Constructor CreateObservable

Namespace
Bonsai.Reactive
Assembly
Bonsai.Core.dll

CreateObservable()

Initializes a new instance of the CreateObservable class.

public CreateObservable()

CreateObservable(ExpressionBuilderGraph)

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

public CreateObservable(ExpressionBuilderGraph workflow)

Parameters

workflow ExpressionBuilderGraph

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