getCPtr() static private method

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