Method BuildCombinator
- Namespace
- Bonsai.Expressions
- Assembly
- Bonsai.Core.dll
BuildCombinator(IEnumerable<Expression>)
Generates an Expression node that will be combined with any existing property mappings to produce the final output of the expression builder.
protected override Expression BuildCombinator(IEnumerable<Expression> arguments)
Parameters
arguments
IEnumerable<Expression>A collection of Expression nodes that represents the input arguments.
Returns
- Expression
An Expression tree node that represents the combinator output.