Table of Contents

Method BuildSelector

Namespace
Bonsai.Expressions
Assembly
Bonsai.Core.dll

BuildSelector(Expression, Expression)

Returns the expression that retrieves the value of the left parameter, or the default value specified by the right parameter.

protected override Expression BuildSelector(Expression left, Expression right)

Parameters

left Expression

The left input parameter.

right Expression

The right input parameter.

Returns

Expression

The Expression that retrieves the value of the left parameter, or the default value specified by the right parameter.

BuildSelector(Expression)

Returns the expression that maps the specified input parameter to the selector result.

protected override Expression BuildSelector(Expression expression)

Parameters

expression Expression

The input parameter to the selector.

Returns

Expression

The Expression that maps the input parameter to the selector result.