Class E098_TreeQueryLeaves

Assembly: redb.Examples.dll

Find leaf nodes in tree.
WhereLeaves returns nodes with no children.

[ExampleMeta("E098", "Tree Query - Leaves Only", "Trees", ExampleTier.Free, 2, new string[] { "Tree", "TreeQuery", "WhereLeaves", "Pro" })]
public class E098_TreeQueryLeaves : ExampleBase

Inheritance

ObjectExampleBaseE098_TreeQueryLeaves

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)