Exemplo n.º 1
0
 void IEnumerator.Reset()
 {
     e.Reset();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Sets the enumerator to its initial position, which is before the first element in the collection.
 /// </summary>
 /// <exception cref="InvalidOperationException">The collection was modified after the enumerator was created. </exception>
 public void Reset()
 {
     _enumerator.Reset();
 }
 public void Reset()
 {
     e.Reset();
 }