public void SetRange(int index, CharVector values)
 {
     AppUtilPINVOKE.CharVector_SetRange(this.swigCPtr, index, CharVector.getCPtr(values));
     if (AppUtilPINVOKE.SWIGPendingException.Pending)
     {
         throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public CharVector(CharVector other) : this(AppUtilPINVOKE.new_CharVector__SWIG_1(CharVector.getCPtr(other)), true)
 {
     if (AppUtilPINVOKE.SWIGPendingException.Pending)
     {
         throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
     }
 }