Ejemplo n.º 1
0
 public TestCollectionEnumerator(TestCollection <T1> col)
 {
     _col   = col;
     _index = -1;
 }