Beispiel #1
0
 public static int mdb_env_create(out IntPtr env)
 {
     return(check(LmdbMethods.mdb_env_create(out env)));
 }