Table of Contents

Constructor ExpressionBuilderArgumentDescriptor

Namespace
Bonsai.Expressions
Assembly
Bonsai.Core.dll

ExpressionBuilderArgumentDescriptor()

Initializes a new instance of the ExpressionBuilderArgumentDescriptor class.

public ExpressionBuilderArgumentDescriptor()

ExpressionBuilderArgumentDescriptor(int, int, string)

Initializes a new instance of the ExpressionBuilderArgumentDescriptor class with the specified indices for source and target nodes and a label value.

public ExpressionBuilderArgumentDescriptor(int from, int to, string label)

Parameters

from int

The zero-based index of the node that is the source of the edge.

to int

The zero-based index of the node that is the target of the edge.

label string

The value of the edge label.