예제 #1
0
파일: Native.cs 프로젝트: coolcode/neo
 public static IntPtr leveldb_get(IntPtr /* DB */ db, IntPtr /* ReadOptions*/ options, byte[] key, UIntPtr keylen, out UIntPtr vallen, out IntPtr errptr)
 {
     return(NativeRocksDB.rocksdb_get(db, options, key, keylen, out vallen, out errptr));
 }