getCPtr() static private method

static private getCPtr ( SBMLValidator obj ) : HandleRef
obj SBMLValidator
return System.Runtime.InteropServices.HandleRef
 SBMLValidator(SBMLValidator orig) : this(libsbmlPINVOKE.new_SBMLValidator__SWIG_1(SBMLValidator.getCPtr(orig)), true) {
    if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
    SwigDirectorConnect();
  }
 private IntPtr SwigDirectorclone() {
   return SBMLValidator.getCPtr(clone()).Handle;
 }
 private global::System.IntPtr SwigDirectorclone()
 {
     return(SBMLValidator.getCPtr(clone()).Handle);
 }