GetEnumerator

NodeCollection.GetEnumerator method

在节点集合上提供简单的“foreach”样式迭代。

public IEnumerator<Node> GetEnumerator()

返回值

一个 IEnumerator。

也可以看看