Table of Contents

Method BuildSelector

Namespace
Bonsai.Expressions
Assembly
Bonsai.Core.dll

BuildSelector(Expression, Expression)

Returns the expression that applies the conditional OR operation to the left and right parameters.

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 applies the conditional OR operation to the left and right parameters.