Method BuildSelector
- Namespace
- Bonsai.Expressions
- Assembly
- Bonsai.Core.dll
BuildSelector(Expression)
Returns the expression that applies an arithmetic negation operation on the specified input parameter to the selector result.
protected override Expression BuildSelector(Expression expression)
Parameters
expression
ExpressionThe input parameter to the selector.
Returns
- Expression
The Expression that applies an arithmetic negation operation on the input parameter to the selector result.