コード例 #1
0
 public static int mdb_txn_renew(IntPtr txn)
 {
     return(check(LmdbMethods.mdb_txn_renew(txn)));
 }