Xapian.MatchDecider.Apply C# (CSharp) Метод

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

public Apply ( Xapian.Document doc ) : bool
doc Xapian.Document
Результат bool
        public virtual bool Apply(Document doc)
        {
            bool ret = XapianPINVOKE.MatchDecider_Apply(swigCPtr, Document.getCPtr(doc));
            if (XapianPINVOKE.SWIGPendingException.Pending) throw XapianPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }