Node.LastChild

Node.LastChild property

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

public Node LastChild { get; }

関連項目