Node.FirstChild

Node.FirstChild property

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

public Node FirstChild { get; }

関連項目