public void RemoveAt(int index)
 {
     AppUtilPINVOKE.CharVector_RemoveAt(this.swigCPtr, index);
     if (AppUtilPINVOKE.SWIGPendingException.Pending)
     {
         throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
     }
 }