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