Click or drag to resize

TreeTraversalServiceDepthFirstPostOrder Method

Overload List
 NameDescription
Public methodDepthFirstPostOrder(InstanceHierarchyType, PredicateInternalElementType) A DepthFirst (Post-Order) Traversal algorithm, which can be used to traverse an InstanceHierarchy tree in post order via foreach (var item in collection){ ... }. A predicate can be specified to restrict the element selection.
Public methodDepthFirstPostOrder(InternalElementType, PredicateInternalElementType) A DepthFirst (Post-Order) Traversal algorithm, which can be used to traverse an InternalElement tree in post order via foreach (var item in collection){ ... }. A predicate can be specified to restrict the element selection.
Top
See Also