Table of Contents

Method BuildSelector

Namespace
Bonsai.Expressions
Assembly
Bonsai.Core.dll

BuildSelector(Expression)

Returns the expression that applies a bitwise left-shift operation to the input parameter.

protected override Expression BuildSelector(Expression expression)

Parameters

expression Expression

The input parameter to the selector.

Returns

Expression

The Expression that applies a bitwise left-shift operation to the input parameter.