System::Collections::Generic::BaseEnumerator::IsValid method
BaseEnumerator::IsValid method
MoveNext()가 호출되었고 끝에 도달하지 않았는지 확인합니다.
bool System::Collections::Generic::BaseEnumerator<Container, Element>::IsValid() const
ReturnValue
전체적으로 MoveNext()가 호출되지 않았거나 컨테이너 끝에 도달한 경우 false; 그 외에는 true.
또 보기
- Class BaseEnumerator
- Namespace System::Collections::Generic
- Library Aspose.Page for C++