United States (English)
Sign in
Home
Library
Learn
Samples
Downloads
Support
Community
Forums
MSDN Library
.NET Development
.NET Framework 3.0
Class Library
System.Collections
IEnumerator Interface
IEnumerator Methods
MoveNext Method
Reset Method
This topic has not yet been rated
-
Rate this topic
IEnumerator Methods
.NET Framework 3.0
Other Versions
.NET Framework 4.5
.NET Framework 4
.NET Framework 3.5
.NET Framework 2.0
.NET Framework 1.1
Silverlight
Public Methods
Name
Description
MoveNext
Advances the enumerator to the next element of the collection.
Reset
Sets the enumerator to its initial position, which is before the first element in the collection.
Top
See Also
Reference
IEnumerator Interface
System.Collections Namespace
IEnumerable Interface
ICollection Interface
System.Collections.Generic.IEnumerator
Did you find this helpful?
Yes
No
Not accurate
Not enough depth
Need more code examples
Tell us more...
(
1500
characters remaining)
Community Additions
ADD