C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System.Collections.Generic
List(T).Enumerator Structure
Enumerator Methods
Dispose Method
MoveNext Method
List
<
T
>
.
Enumerator
.
MoveNext Method
Advances the enumerator to the next element of the
List
<
T
>
.
Namespace:
System.Collections.Generic
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
public
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.
Implements
IEnumerator
.
MoveNext
()
Exceptions
Exception
Condition
InvalidOperationException
The collection was modified after the enumerator was created.
See Also
Reference
List
<
T
>
.
Enumerator Structure
System.Collections.Generic Namespace