Table of Contents

Method BuildSelector

Namespace
Bonsai.Expressions
Assembly
Bonsai.Core.dll

BuildSelector(Expression)

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