Click or drag to resize

ITreeVisitorAction Methods

The ITreeVisitorAction type exposes the following members.

Methods
  NameDescription
Public methodPost
Execute an action after visiting children of t. Return t or a rewritten t. It is up to the visitor to decide what to do with the return value.
Public methodPre
Execute an action before visiting children of t. Return t or a rewritten t. It is up to the visitor to decide what to do with the return value. Children of returned value will be visited if using TreeVisitor.visit().
Top
See Also