MutationRecordNextSibling Property
Return the next sibling of the added or removed nodes, or null.

Namespace: Aspose.Html.Dom.Mutations
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public Node NextSibling { get; }

Property Value

Type: Node
The next sibling.
See Also