PreviousSibling

Node.PreviousSibling property

Gets the node immediately preceding this node. If there is no such node, this returns null.

public Node PreviousSibling { get; }

See Also