Xapian.TermGenerator.SetStopper C# (CSharp) Method

SetStopper() public method

public SetStopper ( ) : void
return void
        public void SetStopper()
        {
            XapianPINVOKE.TermGenerator_SetStopper__SWIG_1(swigCPtr);
            if (XapianPINVOKE.SWIGPendingException.Pending) throw XapianPINVOKE.SWIGPendingException.Retrieve();
        }

Same methods

TermGenerator::SetStopper ( Stopper stop ) : void