Example #1
0
 public static int mdb_env_info(IntPtr env, out MDBEnvInfo stat)
 {
     return(check(LmdbMethods.mdb_env_info(env, out stat)));
 }