System::Array::GetEnumerator method
Array::GetEnumerator method
Returns a pointer to Enumerator object that provides IEnumerator interface to elements of the array represented by the current object.
virtual EnumeratorPtr System::Array<T>::GetEnumerator() override
ReturnValue
Pointer to Enumerator object
See Also
- Typedef EnumeratorPtr
- Class Array
- Namespace System
- Library Aspose.PUB for C++