Sets the enumerator to its initial position, which is before the first element in the collection.
void System.Collections.IEnumerator.Reset();
Implements Reset()
System.InvalidOperationException
The collection was modified after the enumerator was created.