Xapian.Stopper.Apply C# (CSharp) 메소드

Apply() 공개 메소드

public Apply ( string term ) : bool
term string
리턴 bool
        public virtual bool Apply(string term)
        {
            bool ret = XapianPINVOKE.Stopper_Apply(swigCPtr, term);
            if (XapianPINVOKE.SWIGPendingException.Pending) throw XapianPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }