internal static HandleRef getCPtr(Address obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }
public Address(Address from) : this(JausAddressModulePINVOKE.new_Address__SWIG_1(Address.getCPtr(from)), true) { if (JausAddressModulePINVOKE.SWIGPendingException.Pending) throw JausAddressModulePINVOKE.SWIGPendingException.Retrieve(); }