GetEnumerator

ColumnCollection.GetEnumerator 方法

返回一个枚举器,用于遍历集合。

public IEnumerator<IColumn> GetEnumerator()

返回值

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

另请参见