GetEnumerator

NodeList.GetEnumerator method

返回一个遍历集合的枚举器。

public abstract IEnumerator<Node> GetEnumerator()

返回值

一个IEnumerator可用于遍历集合。

也可以看看