BoundsCheckableList1.GetEnumerator

BoundsCheckableList<T>.GetEnumerator 方法

返回一个枚举器,用于迭代 System.Collections.Generic.List。

public IEnumerator<T> GetEnumerator()

返回值

一个用于 System.Collections.Generic.List 的枚举器。

另请参阅