NodeVisitor

NodeVisitor delegate

遍历整个节点层次结构的回调。

public delegate bool NodeVisitor(Node node);
范围类型描述
nodeNode被访问的节点

返回值

返回 false 停止旅行

也可以看看