System::Collections::Generic::ReverseEnumerator::IsValid method

ReverseEnumerator::IsValid method

Checks whether MoveNext() was called and end was not reached.

bool System::Collections::Generic::ReverseEnumerator<Container, Element>::IsValid() const

ReturnValue

false if MoveNext() was not called at all or container end is hit; true otherwise.

See Also