Node.NextSibling

Node.NextSibling property

获取同一节点树层级的下一个节点。

public INode NextSibling { get; }

Property Value

下一个兄弟节点。

另请参阅