Table of Contents

Constructor VariableArgumentExpressionBuilder

Namespace
Bonsai.Expressions
Assembly
Bonsai.Core.dll

VariableArgumentExpressionBuilder(int, int)

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

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