예제 #1
0
 public static int mdb_env_copy(IntPtr env, string path)
 {
     return(check(LmdbMethods.mdb_env_copy(env, path)));
 }