getCPtr() static private method

static private getCPtr ( ESetIterator obj ) : HandleRef
obj ESetIterator
return System.Runtime.InteropServices.HandleRef
Esempio n. 1
0
        public bool Equals(ESetIterator other)
        {
            bool ret = XapianPINVOKE.ESetIterator_Equals(swigCPtr, ESetIterator.getCPtr(other));

            if (XapianPINVOKE.SWIGPendingException.Pending)
            {
                throw XapianPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 2
0
 public ESetIterator(ESetIterator other) : this(XapianPINVOKE.new_ESetIterator__SWIG_1(ESetIterator.getCPtr(other)), true)
 {
     if (XapianPINVOKE.SWIGPendingException.Pending)
     {
         throw XapianPINVOKE.SWIGPendingException.Retrieve();
     }
 }