Xapian.Stopper.Stopper C# (CSharp) Method

Stopper() public method

public Stopper ( ) : System
return System
        public Stopper()
            : this(XapianPINVOKE.new_Stopper(), true)
        {
            if (XapianPINVOKE.SWIGPendingException.Pending) throw XapianPINVOKE.SWIGPendingException.Retrieve();
            SwigDirectorConnect();
        }

Same methods

Stopper::Stopper ( IntPtr cPtr, bool cMemoryOwn ) : System