Table of Contents

Method SetArgumentRange

Namespace
Bonsai.Expressions
Assembly
Bonsai.Core.dll

SetArgumentRange(int, int)

Updates the argument range of the expression builder.

protected void SetArgumentRange(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.