Tree |
| Name | Description | |
|---|---|---|
| TakeFromHereToFirstLeavesT(T) | Enumerates through all tree nodes from (and including) the provided node node up to the leaves of the tree. | |
| TakeFromHereToFirstLeavesT(T, Boolean) | Enumerates through all tree nodes from the provided node node up to the leaves of the tree. If includeThisNode is true, the provided node node is included in the enumeration. |