Table of Contents

Constructor CombinatorExpressionBuilder

Namespace
Bonsai.Expressions
Assembly
Bonsai.Core.dll

CombinatorExpressionBuilder(int, int)

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

protected CombinatorExpressionBuilder(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.