Xapian.RSet.getCPtr C# (CSharp) Method

getCPtr() static private method

static private getCPtr ( RSet obj ) : HandleRef
obj RSet
return System.Runtime.InteropServices.HandleRef
        internal static HandleRef getCPtr(RSet obj)
        {
            return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
        }

Usage Example

Exemplo n.º 1
0
 public RSet(RSet other) : this(XapianPINVOKE.new_RSet__SWIG_0(RSet.getCPtr(other)), true)
 {
     if (XapianPINVOKE.SWIGPendingException.Pending)
     {
         throw XapianPINVOKE.SWIGPendingException.Retrieve();
     }
 }
All Usage Examples Of Xapian.RSet::getCPtr