コード例 #1
0
        public bool Remove(byte value)
        {
            bool result = AppUtilPINVOKE.CharVector_Remove(this.swigCPtr, value);

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