The methods of System.Collections.IEnumerator are listed below. For a list of all members, see the IEnumerator Members list.
MoveNext() : boolAdvances the current instance to the next element of the collection.Reset() Positions the enumerator immediately before the first element in the collection.
Advances the current instance to the next element of the collection.
Positions the enumerator immediately before the first element in the collection.