getCPtr() статический приватный Метод

static private getCPtr ( Rule obj ) : HandleRef
obj Rule
Результат System.Runtime.InteropServices.HandleRef
Пример #1
0
 Rule(Rule orig) : this(libsbmlPINVOKE.new_Rule(Rule.getCPtr(orig)), true)
 {
     if (libsbmlPINVOKE.SWIGPendingException.Pending)
     {
         throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
     }
 }