System::Array::GetEnumerator 方法
Array::GetEnumerator method
返回指向 Enumerator 对象的指针,该对象提供对当前对象所表示的数组元素的 IEnumerator 接口。
virtual EnumeratorPtr System::Array<T>::GetEnumerator() override
ReturnValue
指向 Enumerator 对象的指针
另见
- Typedef EnumeratorPtr
- Class Array
- Namespace System
- Library Aspose.Page for C++