Table of Contents

Constructor Defer

Namespace
Bonsai.Reactive
Assembly
Bonsai.Core.dll

Defer()

Initializes a new instance of the Defer class.

public Defer()

Defer(ExpressionBuilderGraph)

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

public Defer(ExpressionBuilderGraph workflow)

Parameters

workflow ExpressionBuilderGraph

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