示例#1
0
文件: Native.cs 项目: coolcode/neo
 public static void leveldb_writebatch_destroy(IntPtr /* WriteBatch */ batch)
 {
     NativeRocksDB.rocksdb_writebatch_destroy(batch);
 }