getCPtr() static private method

static private getCPtr ( SBMLErrorLog obj ) : HandleRef
obj SBMLErrorLog
return System.Runtime.InteropServices.HandleRef
Beispiel #1
0
 SBMLErrorLog(SBMLErrorLog other) : this(libsbmlPINVOKE.new_SBMLErrorLog__SWIG_1(SBMLErrorLog.getCPtr(other)), true)
 {
     if (libsbmlPINVOKE.SWIGPendingException.Pending)
     {
         throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
     }
 }