Method Descendants
- Namespace
- Bonsai.Expressions
- Assembly
- Bonsai.Core.dll
Descendants(ExpressionBuilderGraph)
Returns a filtered collection of the descendant elements for this workflow, including elements nested inside grouped workflows. Any descendants of disabled groups will not be included in the result.
public static IEnumerable<ExpressionBuilder> Descendants(this ExpressionBuilderGraph source)
Parameters
source
ExpressionBuilderGraphThe expression builder workflow to search.
Returns
- IEnumerable<ExpressionBuilder>
An enumerable sequence of all the descendant elements in this workflow.