Table of Contents

Constructor SubjectExpressionBuilder

Namespace
Bonsai.Expressions
Assembly
Bonsai.Core.dll

SubjectExpressionBuilder(int, int)

Initializes a new instance of the SubjectExpressionBuilder class with the specified argument range.

protected SubjectExpressionBuilder(int minArguments, int maxArguments)

Parameters

minArguments int

The inclusive lower bound of the argument range.

maxArguments int

The inclusive upper bound of the argument range.