Ejemplo n.º 1
0
 /// <summary>
 ///  Sets the enumerator to its initial position, which is before the first element in the collection.
 /// </summary>
 public void Reset()
 {
     enumItemAttributes.Reset();
     Current = null;
 }
Ejemplo n.º 2
0
 public void Reset()
 {
     m_IfEnum.Reset();
 }