示例#1
0
 public virtual void copyAndDetach(ArConfigSection section)
 {
     AriaCSPINVOKE.ArConfigSection_copyAndDetach(swigCPtr, ArConfigSection.getCPtr(section));
     if (AriaCSPINVOKE.SWIGPendingException.Pending)
     {
         throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 public ArConfigSection(ArConfigSection section) : this(AriaCSPINVOKE.new_ArConfigSection__SWIG_5(ArConfigSection.getCPtr(section)), true)
 {
     if (AriaCSPINVOKE.SWIGPendingException.Pending)
     {
         throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
     }
 }