Ejemplo n.º 1
0
 public bool MoveNext()
 {
     _current = _strategy.Next();
     return(_current != null);
 }