Xapian.RSet.GetDescription C# (CSharp) Метод

GetDescription() публичный Метод

public GetDescription ( ) : string
Результат string
        public string GetDescription()
        {
            string ret = XapianPINVOKE.RSet_GetDescription(swigCPtr);
            if (XapianPINVOKE.SWIGPendingException.Pending) throw XapianPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }