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
indexintThe 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
namestringThe 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.