예제 #1
0
파일: Native.cs 프로젝트: coolcode/neo
 public static void leveldb_env_destroy(IntPtr /*Env*/ cache)
 {
     NativeRocksDB.rocksdb_env_destroy(cache);
 }