Click or drag to resize

TreeNodeExtensionsTakeFromFirstLeavesToHere Method

Overload List
 NameDescription
Public Extension MethodTakeFromFirstLeavesToHereT(T) Enumerates through all tree nodes from the upmost leaf of the tree down to the provided node node. 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.
Public Extension MethodTakeFromFirstLeavesToHereT(T, Boolean) Enumerates through all tree nodes from the upmost leaf of the tree down to the provided node node. If includeThisNode is true, the provided node node is included in the enumeration.
Top
See Also