private byte getitemcopy(int index)
        {
            byte result = AppUtilPINVOKE.CharVector_getitemcopy(this.swigCPtr, index);

            if (AppUtilPINVOKE.SWIGPendingException.Pending)
            {
                throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
            }
            return(result);
        }