Table of Contents

Constructor SelectMany

Namespace
Bonsai.Reactive
Assembly
Bonsai.Core.dll

SelectMany()

Initializes a new instance of the SelectMany class.

public SelectMany()

SelectMany(ExpressionBuilderGraph)

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

public SelectMany(ExpressionBuilderGraph workflow)

Parameters

workflow ExpressionBuilderGraph

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