GetEnumerator

NodeCollection.GetEnumerator method

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

public IEnumerator<Node> GetEnumerator()

返回值

IEnumerator。

也可以看看