LastChild

Node.LastChild property

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

public Node LastChild { get; }

另请参阅