GetEnumerator

ElementList.GetEnumerator method

返回一个遍历列表的枚举器。

public IEnumerator<Element> GetEnumerator()

返回值

可用于遍历列表的枚举器。

也可以看看