Xapian.RSet.GetDescription C# (CSharp) Méthode

GetDescription() public méthode

public GetDescription ( ) : string
Résultat string
        public string GetDescription()
        {
            string ret = XapianPINVOKE.RSet_GetDescription(swigCPtr);
            if (XapianPINVOKE.SWIGPendingException.Pending) throw XapianPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }