GetEnumerator

CellCollection.GetEnumerator 方法

返回一个迭代集合的枚举器。

public IEnumerator<ICell> GetEnumerator()

返回值

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

另请参见