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