GetEnumerator

ReadOnlyList<T>.GetEnumerator method

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

public IEnumerator<T> GetEnumerator()

返回值

一个IEnumerator可用于遍历集合的对象。

也可以看看