Table of Contents

Method Build

Namespace
Bonsai.Expressions
Assembly
Bonsai.Core.dll

Build(IEnumerable<Expression>)

Returns the single output expression specified in arguments.

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 output of an encapsulated workflow.