Node.PreviousSibling

Node.PreviousSibling property

Gets the previous node at the same node tree level.

public INode PreviousSibling { get; }

Property Value

The previous sibling.

See Also