getCPtr() static private method

static private getCPtr ( CompartmentType obj ) : HandleRef
obj CompartmentType
return System.Runtime.InteropServices.HandleRef
Esempio n. 1
0
 CompartmentType(CompartmentType orig) : this(libsbmlPINVOKE.new_CompartmentType__SWIG_2(CompartmentType.getCPtr(orig)), true)
 {
     if (libsbmlPINVOKE.SWIGPendingException.Pending)
     {
         throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
     }
 }