Xapian.MSetIterator.GetCollapseKey C# (CSharp) Method

GetCollapseKey() public method

public GetCollapseKey ( ) : string
return string
        public string GetCollapseKey()
        {
            string ret = XapianPINVOKE.MSetIterator_GetCollapseKey(swigCPtr);
            if (XapianPINVOKE.SWIGPendingException.Pending) throw XapianPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }