コード例 #1
0
 public ConcreteIterator(ConcreteList list)
 {
     _list  = list;
     _index = 0;
 }