Xapian.MSetIterator.GetCollapseCount C# (CSharp) Method

GetCollapseCount() public method

public GetCollapseCount ( ) : uint
return uint
        public uint GetCollapseCount()
        {
            uint ret = XapianPINVOKE.MSetIterator_GetCollapseCount(swigCPtr);
            if (XapianPINVOKE.SWIGPendingException.Pending) throw XapianPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }