getCPtr() static private method

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