Table of Contents

Method BuildSelector

Namespace
Bonsai.Reactive
Assembly
Bonsai.Core.dll

BuildSelector(Expression, Expression)

When overridden in a derived class, returns the expression that applies a binary operator 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 binary operator to the left and right parameters.