示例#1
0
        public uint GetDoclengthUpperBound()
        {
            uint ret = XapianPINVOKE.Database_GetDoclengthUpperBound(swigCPtr);

            if (XapianPINVOKE.SWIGPendingException.Pending)
            {
                throw XapianPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }