public void Reverse(int index, int count)
 {
     AppUtilPINVOKE.CharVector_Reverse__SWIG_1(this.swigCPtr, index, count);
     if (AppUtilPINVOKE.SWIGPendingException.Pending)
     {
         throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
     }
 }