Node.PreviousSibling

Node.PreviousSibling property

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

public Node PreviousSibling { get; }

関連項目