GetEnumerator

ElementList.GetEnumerator method

获取遍历元素集合的枚举器。

public abstract IEnumerator<Element> GetEnumerator()

返回值

用于遍历元素集合的枚举器。

也可以看看