public static HandleRef getCPtrAndDisown(XMLNode obj, object parent) { if (obj != null) { obj.swigCMemOwn = false; obj.swigParentRef = parent; return(obj.swigCPtr); } else { return(new HandleRef(null, IntPtr.Zero)); } }
public static HandleRef getCPtr(XMLNode obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }