예제 #1
0
파일: Program.cs 프로젝트: wsxx111/Work
 public ConcreteInterator(ConcreteList list)
 {
     _list  = list;
     _index = 0;
 }