Class ExpressionBuilderGraph
Represents a directed acyclic graph of expression generator nodes. Edges between generator nodes represent input assignments that chain the output of one generator to the input of the next. The order of the inputs is determined by the indices of the input arguments.
Inheritance
ExpressionBuilderGraph
Inherited Members
Namespace: Bonsai.Expressions
Assembly: Bonsai.Core.dll
Syntax
public class ExpressionBuilderGraph : DirectedGraph<ExpressionBuilder, ExpressionBuilderArgument>, IEnumerable<Node<ExpressionBuilder, ExpressionBuilderArgument>>, IEnumerable
Constructors
| Improve this Doc View SourceExpressionBuilderGraph()
Initializes a new instance of the ExpressionBuilderGraph class.
Declaration
public ExpressionBuilderGraph()