Ejemplo n.º 1
0
 protected override T InnerNext()
 {
     return(_iterable.get(_index++));
 }