Table of Contents

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 ExpressionBuilderGraph

The expression builder workflow to search.

Returns

IEnumerable<ExpressionBuilder>

An enumerable sequence of all the descendant elements in this workflow.