getCPtr() 정적인 개인적인 메소드

static private getCPtr ( ValueIterator obj ) : HandleRef
obj ValueIterator
리턴 System.Runtime.InteropServices.HandleRef
예제 #1
0
        public bool Equals(ValueIterator other)
        {
            bool ret = XapianPINVOKE.ValueIterator_Equals(swigCPtr, ValueIterator.getCPtr(other));

            if (XapianPINVOKE.SWIGPendingException.Pending)
            {
                throw XapianPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
예제 #2
0
 public ValueIterator(ValueIterator other) : this(XapianPINVOKE.new_ValueIterator__SWIG_1(ValueIterator.getCPtr(other)), true)
 {
     if (XapianPINVOKE.SWIGPendingException.Pending)
     {
         throw XapianPINVOKE.SWIGPendingException.Retrieve();
     }
 }