Exemplo n.º 1
0
 public Iterator(UserCollection col)
 {
     array = col.Array;
 }
Exemplo n.º 2
0
 public Iterator(UserCollection <T> col)
 {
     myListCollection = col.ListCollection;
 }