Exemple #1
0
 public bool MoveNext()
 {
     if (this.prime.eos())
     {
         return(false);
     }
     prime.next();
     return(true);
 }