FirstChild

Node.FirstChild property

获取此节点的第一个子节点。如果不存在此类节点,则返回 null。

public Node FirstChild { get; }

另请参阅