예제 #1
0
 public static int mdb_drop(IntPtr txn, uint dbi, bool del)
 {
     return(check(LmdbMethods.mdb_drop(txn, dbi, del)));
 }