System::Collections::Generic::IEnumerator::MoveNext yöntemi
IEnumerator::MoveNext method
Enumerator’ı bir sonraki öğeye taşır. Daha önce hiçbir öğe referans alınmamışsa, referansı mevcut ilk öğeye ayarlar. Eğer konteyner sonuna gelinmişse, hiçbir şey yapmaz.
virtual bool System::Collections::Generic::IEnumerator<T>::MoveNext()=0
ReturnValue
Çağrıdan sonra bir öğe mevcutsa doğru, aksi takdirde yanlış.
Ayrıca Bakınız
- Class IEnumerator
- Namespace System::Collections::Generic
- Library Aspose.Page for C++