Ejemplo n.º 1
0
 public static void leveldb_iter_next(IntPtr /*Iterator*/ iterator)
 {
     NativeRocksDB.rocksdb_iter_next(iterator);
 }