예제 #1
0
파일: Native.cs 프로젝트: coolcode/neo
 public static IntPtr leveldb_options_create()
 {
     return(NativeRocksDB.rocksdb_options_create());
 }