getCPtr() static private méthode

static private getCPtr ( MatchDecider obj ) : HandleRef
obj MatchDecider
Résultat System.Runtime.InteropServices.HandleRef
        public MSet GetMSet(uint first, uint maxitems, RSet omrset, MatchDecider mdecider)
        {
            MSet ret = new MSet(XapianPINVOKE.Enquire_GetMSet__SWIG_5(swigCPtr, first, maxitems, RSet.getCPtr(omrset), MatchDecider.getCPtr(mdecider)), true);

            if (XapianPINVOKE.SWIGPendingException.Pending)
            {
                throw XapianPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }