getCPtr() static private method

static private getCPtr ( SBMLReactionConverter obj ) : HandleRef
obj SBMLReactionConverter
return System.Runtime.InteropServices.HandleRef
Exemplo n.º 1
0
 SBMLReactionConverter(SBMLReactionConverter obj) : this(libsbmlPINVOKE.new_SBMLReactionConverter__SWIG_1(SBMLReactionConverter.getCPtr(obj)), true)
 {
     if (libsbmlPINVOKE.SWIGPendingException.Pending)
     {
         throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
     }
 }