示例#1
0
文件: Native.cs 项目: coolcode/neo
 public static void leveldb_options_destroy(IntPtr /*Options*/ options)
 {
     NativeRocksDB.rocksdb_options_destroy(options);
 }