getCPtr() статический приватный Метод

static private getCPtr ( CompartmentType obj ) : HandleRef
obj CompartmentType
Результат System.Runtime.InteropServices.HandleRef
Пример #1
0
 CompartmentType(CompartmentType orig) : this(libsbmlPINVOKE.new_CompartmentType__SWIG_2(CompartmentType.getCPtr(orig)), true)
 {
     if (libsbmlPINVOKE.SWIGPendingException.Pending)
     {
         throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
     }
 }