예제 #1
0
 public static int mdb_cursor_renew(IntPtr txn, IntPtr cursor)
 {
     return(check(LmdbMethods.mdb_cursor_renew(txn, cursor)));
 }