Node.FirstChild

Node.FirstChild property

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

public Node FirstChild { get; }

関連項目