示例#1
0
 public Iterator(Notebook notebook)
 {
     this.notebook        = notebook;
     this.currentPosition = 0;
 }