コード例 #1
0
ファイル: Native.cs プロジェクト: coolcode/neo
 public static IntPtr leveldb_writebatch_create()
 {
     return(NativeRocksDB.rocksdb_writebatch_create());
 }