Example #1
0
 public ConcreteInterator(ConcreteList list)
 {
     _list  = list;
     _index = 0;
 }