getCPtr() static private méthode

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