GetEnumerator

SectionCollection.GetEnumerator 方法

返回一个枚举数,用于迭代集合。

public IEnumerator<ISection> GetEnumerator()

返回值

一个 IEnumerator,可以用于迭代集合。

另见