示例#1
0
文件: Program.cs 项目: wsxx111/Work
 public ConcreteInterator(ConcreteList list)
 {
     _list  = list;
     _index = 0;
 }