DocumentCreateTreeWalker Method
Overload List
  NameDescription
Public methodCreateTreeWalker(Node)
Create a new TreeWalker over the subtree rooted at the specified node.
Public methodCreateTreeWalker(Node, Int64)
Create a new TreeWalker over the subtree rooted at the specified node.
Public methodCreateTreeWalker(Node, Int64, INodeFilter)
Create a new TreeWalker over the subtree rooted at the specified node.
See Also