System::Collections::Generic::BaseEnumerator::IsValid method
BaseEnumerator::IsValid method
Checks whether MoveNext() was called and end was not reached.
bool System::Collections::Generic::BaseEnumerator<Container, Element>::IsValid() const
ReturnValue
false if MoveNext() was not called at all or container end is hit; true otherwise.
See Also
- Class BaseEnumerator
- Namespace System::Collections::Generic
- Library Aspose.PUB for C++