Xapian.MatchDecider.MatchDecider C# (CSharp) Méthode

MatchDecider() public méthode

public MatchDecider ( ) : System
Résultat 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