DocumentFragment.PreviousElementSibling

DocumentFragment.PreviousElementSibling property

この要素の前の兄弟要素ノードを返します。この要素に、ドキュメント ツリー内でこの要素の前にある要素の兄弟ノードがない場合は null.

public Element PreviousElementSibling { get; }

関連項目