Node.ChildNodes

Node.ChildNodes property

包含此节点的所有子节点的 NodeList。如果没有孩子,这是一个不包含节点的 NodeList..

public NodeList ChildNodes { get; }

也可以看看