System::Array::Enumerator::MoveNext method

Enumerator::MoveNext method

Checks if the current element’s index does not point to the last element in the array and advances it if id does not.

virtual bool System::Array<T>::Enumerator::MoveNext() override

ReturnValue

True if the current element’s index did not point to the last element in the array before it was advanced, otherwise - false

See Also