getCPtr() static private méthode

static private getCPtr ( SpeciesReference obj ) : HandleRef
obj SpeciesReference
Résultat System.Runtime.InteropServices.HandleRef
Exemple #1
0
 SpeciesReference(SpeciesReference orig) : this(libsbmlPINVOKE.new_SpeciesReference__SWIG_2(SpeciesReference.getCPtr(orig)), true)
 {
     if (libsbmlPINVOKE.SWIGPendingException.Pending)
     {
         throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
     }
 }