Exemple #1
0
 public static void leveldb_delete(IntPtr /* DB */ db, IntPtr /* WriteOptions*/ options, byte[] key, UIntPtr keylen, out IntPtr errptr)
 {
     NativeRocksDB.rocksdb_delete(db, options, key, keylen, out errptr);
 }