Table of Contents

Method Build

Namespace
Bonsai.Expressions
Assembly
Bonsai.Core.dll

Build(IEnumerable<Expression>)

Returns the source input expression specified in Bonsai.Expressions.WorkflowInputBuilder.Source.

public override Expression Build(IEnumerable<Expression> arguments)

Parameters

arguments IEnumerable<Expression>

Returns

Expression
A collection of Expression nodes that represents the input arguments. An Expression that will be used as the source of an encapsulated workflow.