GetEnumerator

NonGenericList.GetEnumerator method

返回遍历集合的枚举数。

public IEnumerator GetEnumerator()

返回值

AnIEnumerator可以是对象用于遍历集合。

也可以看看