Esempio n. 1
0
 public void swap(XsStringArrayImpl other)
 {
     xsensdeviceapiPINVOKE.XsStringArrayImpl_swap(swigCPtr, XsStringArrayImpl.getCPtr(other));
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 public XsStringArrayImpl(XsStringArrayImpl other) : this(xsensdeviceapiPINVOKE.new_XsStringArrayImpl__SWIG_3(XsStringArrayImpl.getCPtr(other)), true)
 {
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }