GetEnumerator()

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

Return Value

Pointer to Enumerator object

See Also