C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System.Collections
IEnumerator Interface
IEnumerator Methods
MoveNext Method
IEnumerator
MoveNext Method
Advances the enumerator to the next element of the collection.
Namespace:
System.Collections
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
bool
MoveNext
()
Return Value
Type:
Boolean
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
Exceptions
Exception
Condition
InvalidOperationException
The collection was modified after the enumerator was created.
See Also
Reference
IEnumerator Interface
System.Collections Namespace