Exemplo n.º 1
0
 /// <summary>
 /// Gets the next value in a series.
 /// </summary>
 /// <returns>False if there are no more values.</returns>
 public bool Next()
 {
     return(GribApiProxy.GribKeysIteratorNext(this) != 0);
 }