コード例 #1
0
 public static int mdb_cursor_open(IntPtr txn, uint dbi, out IntPtr cursor)
 {
     return(check(LmdbMethods.mdb_cursor_open(txn, dbi, out cursor)));
 }