コード例 #1
0
ファイル: Native.cs プロジェクト: coolcode/neo
 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);
 }