System::Collections::Generic::BaseEnumerator::IsValid metod
BaseEnumerator::IsValid method
Kontrollerar om MoveNext() har anropats och slutet inte nåtts.
bool System::Collections::Generic::BaseEnumerator<Container, Element>::IsValid() const
ReturnValue
false om MoveNext() inte har anropats alls eller behållarens slut nås; true annars.
Se även
- Class BaseEnumerator
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++