コード例 #1
0
ファイル: Native.cs プロジェクト: coolcode/neo
 public static void leveldb_put(IntPtr /* DB */ db, IntPtr /* WriteOptions*/ options, byte[] key, UIntPtr keylen, byte[] val, UIntPtr vallen, out IntPtr errptr)
 {
     NativeRocksDB.rocksdb_put(db, options, key, keylen, val, vallen, out errptr);
 }