XmlEntityReference.NextSibling Property

Definition

Gets the next sibling of the node in the parent's child list.

public:
 property IXmlNode ^ NextSibling { IXmlNode ^ get(); };
IXmlNode NextSibling();
public IXmlNode NextSibling { get; }
var iXmlNode = xmlEntityReference.nextSibling;
Public ReadOnly Property NextSibling As IXmlNode

Property Value

The right sibling of this node.

Implements

Applies to