Class E098_TreeQueryLeaves
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
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)