Xapian.MatchDecider.MatchDecider C# (CSharp) Method

MatchDecider() public method

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

Same methods

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