Click or drag to resize

TreeVisitorVisit Method

Overload List
  NameDescription
Public methodVisit(Object, ITreeVisitorAction)
Visit every node in tree t and trigger an action for each node before/after having visited all of its children. Bottom up walk. Execute both actions even if t has no children. Ignore return results from transforming children since they will have altered the child list of this node (their parent). Return result of applying post action to this node.
Public methodVisit(Object, FuncObject, Object, FuncObject, Object)
Top
See Also