GetEnumerator
ShapeCollection.GetEnumerator 方法
返回一个枚举器,该枚举器遍历集合。
public IEnumerator<IShape> GetEnumerator()
返回值
一个可以用于遍历集合的 IEnumerator。
另见
- interface IShape
- class ShapeCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
返回一个枚举器,该枚举器遍历集合。
public IEnumerator<IShape> GetEnumerator()
一个可以用于遍历集合的 IEnumerator。