public void Insert(int index, byte x)
 {
     AppUtilPINVOKE.CharVector_Insert(this.swigCPtr, index, x);
     if (AppUtilPINVOKE.SWIGPendingException.Pending)
     {
         throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
     }
 }