NextSibling

Node.NextSibling property

获取紧跟该节点的节点。如果没有这样的节点,则返回 null。

public Node NextSibling { get; }

也可以看看