System::Collections::Generic::BaseEnumerator::IsValid طريقة
BaseEnumerator::IsValid method
يتحقق مما إذا تم استدعاء MoveNext() ولم يتم الوصول إلى النهاية.
bool System::Collections::Generic::BaseEnumerator<Container, Element>::IsValid() const
ReturnValue
false إذا لم يتم استدعاء MoveNext() على الإطلاق أو تم الوصول إلى نهاية الحاوية؛ true خلاف ذلك.
انظر أيضًا
- Class BaseEnumerator
- Namespace System::Collections::Generic
- Library Aspose.Font for C++