NextSibling

Node.NextSibling property

获取紧随此节点的下一个节点。如果不存在此类节点,则返回 null。

public Node NextSibling { get; }

另请参阅