System::Collections::IEnumeratorImplRefType::MoveNext method
IEnumeratorImplRefType::MoveNext method
Moves enumerator to the next element. If no element was referenced before, sets reference to the first element available. If container end was hit, does nothing.
virtual bool System::Collections::IEnumeratorImplRefType<T>::MoveNext() override
ReturnValue
True if some element is available after call, false otherwise.
See Also
- Class IEnumeratorImplRefType
- Namespace System::Collections
- Library Aspose.TeX for C++