Table of Contents

Method Build

Namespace
Bonsai.Expressions
Assembly
Bonsai.Core.dll

Build(IEnumerable<Expression>)

Throws a NotImplementedException by design in order to indicate the current builder is a proxy for an unknown type.

public override Expression Build(IEnumerable<Expression> arguments)

Parameters

arguments IEnumerable<Expression>

A collection of Expression nodes that represents the input arguments.

Returns

Expression

This method never returns.

Exceptions

NotImplementedException

This method always throws this exception, by design.