Exemplo n.º 1
0
 internal static HandleRef getCPtr(ParseException obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Exemplo n.º 2
0
 public ParseException(ParseException orig)
     : this(djonwrapperPINVOKE.new_ParseException__SWIG_1(ParseException.getCPtr(orig)), true)
 {
     if (djonwrapperPINVOKE.SWIGPendingException.Pending) throw djonwrapperPINVOKE.SWIGPendingException.Retrieve();
 }