Table of Contents

Constructor ExpressionBuilderArgument

Namespace
Bonsai.Expressions
Assembly
Bonsai.Core.dll

ExpressionBuilderArgument()

Initializes a new instance of the ExpressionBuilderArgument class.

public ExpressionBuilderArgument()

ExpressionBuilderArgument(int)

Initializes a new instance of the ExpressionBuilderArgument class with the specified argument index.

public ExpressionBuilderArgument(int index)

Parameters

index int

The zero-based index of the input argument.

ExpressionBuilderArgument(string)

Initializes a new instance of the ExpressionBuilderArgument class with the specified argument name.

public ExpressionBuilderArgument(string name)

Parameters

name string

The name of the input argument. Arbitrary named arguments are not supported, so all names must start with the ArgumentNamePrefix followed by the one-based argument index.