Example #1
0
 public static int mdb_env_set_maxdbs(IntPtr env, uint dbs)
 {
     return(check(LmdbMethods.mdb_env_set_maxdbs(env, dbs)));
 }