| TreeHelperGetSubtree Method |
| Name | Description | |
|---|---|---|
| GetSubtreeT(T, FuncT, IEnumerableT) |
Gets the subtree (the given node and all of its descendants) using a depth-first search.
| |
| GetSubtreeT(T, FuncT, IEnumerableT, Boolean) |
Gets the subtree (the given node and all of its descendants) using a depth-first search or a
breadth-first search.
|