The methods of the IEnumerator interface are listed below. For a complete list of IEnumerator interface members, see the IEnumerator Members topic.
MoveNext | When implemented by a class, advances the enumerator to the next element of the collection. |
Reset | When implemented by a class, sets the enumerator back to its initial position, which is before the first element in the collection. |