Table of Contents

Property NextSibling

Namespace
SharpVectors.Dom
Assembly
SharpVectors.Core.dll

NextSibling

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

XmlNode NextSibling { get; }

Property Value

XmlNode

The next XmlNode. If there is no next node, null is returned.