Node.NextSibling

Node.NextSibling property

このノードの直後のノードを取得します。そのようなノードがない場合、これは null を返します。

public Node NextSibling { get; }

関連項目