getCPtr() static private method

static private getCPtr ( EventAssignment obj ) : HandleRef
obj EventAssignment
return System.Runtime.InteropServices.HandleRef
コード例 #1
0
 EventAssignment(EventAssignment orig) : this(libsbmlPINVOKE.new_EventAssignment__SWIG_2(EventAssignment.getCPtr(orig)), true)
 {
     if (libsbmlPINVOKE.SWIGPendingException.Pending)
     {
         throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
     }
 }