Click or drag to resize

TreeNodeExtensionsTakeFromHereToLastLeaves Method

Overload List
 NameDescription
Public Extension MethodTakeFromHereToLastLeavesT(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.
Public Extension MethodTakeFromHereToLastLeavesT(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.
Top
See Also