Table of Contents

Class BitwiseNotBuilder

Namespace
Bonsai.Expressions
Assembly
Bonsai.Core.dll

Represents an expression builder that applies a bitwise complement operation on elements of an observable sequence.

public class BitwiseNotBuilder : SelectBuilder, IExpressionBuilder
Inheritance
BitwiseNotBuilder
Implements
Inherited Members
Extension Methods

Methods

BuildSelector(Expression)

Returns the expression that applies a bitwise complement operation on 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 applies a bitwise complement operation on the input parameter to the selector result.