INonDocumentTypeChildNode.PreviousElementSibling

INonDocumentTypeChildNode.PreviousElementSibling property

Returns the first preceding sibling that is an element, and null otherwise.

public Element PreviousElementSibling { get; }

Property Value

The previous element sibling.

See Also