예제 #1
0
파일: Native.cs 프로젝트: coolcode/neo
 public static void leveldb_writebatch_destroy(IntPtr /* WriteBatch */ batch)
 {
     NativeRocksDB.rocksdb_writebatch_destroy(batch);
 }