VisitorAction enumeration

VisitorAction enumeration

Allows the visitor to control the enumeration of nodes.

Members

NameDescription
ContinueThe visitor requests the enumeration to continue.
SkipThisNodeThe visitor requests to skip the current node and continue enumeration.
StopThe visitor requests the enumeration of nodes to stop.

See Also