Method Elements
- Namespace
- Bonsai.Expressions
- Assembly
- Bonsai.Core.dll
Elements(ExpressionBuilderGraph)
Returns a filtered collection of the child elements for this workflow.
public static IEnumerable<ExpressionBuilder> Elements(this ExpressionBuilderGraph source)
Parameters
source
ExpressionBuilderGraphThe expression builder workflow to search.
Returns
- IEnumerable<ExpressionBuilder>
An enumerable sequence of all the elements in this workflow.