MoveNext()
EnumeratorCastAdapter::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.
bool System::Collections::Generic::Details::EnumeratorCastAdapter<Source, Result>::MoveNext() override
Return Value
True if some element is available after call, false otherwise.
See Also
- Class EnumeratorCastAdapter
- Namespace System::Collections::Generic::Details
- Library Aspose.Slides