Tree |
Name | Description | |
---|---|---|
TakeFromHereToLastLeavesT(T) | Enumerates through all tree nodes from (and including) the provided node node to the leaves of the tree. The downmost leaves will be enumerated first. | |
TakeFromHereToLastLeavesT(T, Boolean) | Enumerates through all tree nodes from the provided node node to the leaves of the tree. The downmost leaves will be enumerated first. If includeThisNode is true, the provided node node is included in the enumeration. Attention: Since the order of the nodes must be reversed, this enumeration is only efficient for ITreeListNodeT types. |