getCPtr() static private method

static private getCPtr ( SBMLExternalValidator obj ) : HandleRef
obj SBMLExternalValidator
return System.Runtime.InteropServices.HandleRef
Example #1
0
 SBMLExternalValidator(SBMLExternalValidator orig) : this(libsbmlPINVOKE.new_SBMLExternalValidator__SWIG_1(SBMLExternalValidator.getCPtr(orig)), true)
 {
     if (libsbmlPINVOKE.SWIGPendingException.Pending)
     {
         throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
     }
 }