ITreeWalker.PreviousSibling

ITreeWalker.PreviousSibling method

Moves the TreeWalker to the previous sibling of the current node, and returns the new node. If the current node has no visible previous sibling, returns null, and retains the current node.

public Node PreviousSibling()

Return Value

The new node, or null if the current node has no previous sibling. in the TreeWalker’s logical view.

See Also