INonDocumentTypeChildNode.NextElementSibling

INonDocumentTypeChildNode.NextElementSibling property

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

public Element NextElementSibling { get; }

Property Value

The next element sibling.

See Also