Example #1
0
 public static void leveldb_iter_prev(IntPtr /*Iterator*/ iterator)
 {
     NativeRocksDB.rocksdb_iter_prev(iterator);
 }