Table of Contents

Class RegisterCombinatorBuilder

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

Provides the abstract base class for polymorphic operators used to filter and select a sequence of Harp messages matching the specified register.

public abstract class RegisterCombinatorBuilder : HarpCombinatorBuilder, IExpressionBuilder, ICustomTypeDescriptor
Inheritance
RegisterCombinatorBuilder
Implements
Derived
Inherited Members

Properties

ArgumentRange

Gets the range of input arguments that this expression builder accepts.

public override Range<int> ArgumentRange { get; }

Property Value

Range<int>

Methods

Build(IEnumerable<Expression>)

Constructs an Expression node from a collection of input arguments. The result can be chained with other builders in a workflow.

public override Expression Build(IEnumerable<Expression> arguments)

Parameters

arguments IEnumerable<Expression>

A collection of Expression nodes representing the input arguments.

Returns

Expression

The constructed Expression node.