Esempio n. 1
0
        public bool Remove(byte value)
        {
            bool ret = CommonPINVOKE.ByteBuffer_Remove(swigCPtr, value);

            if (CommonPINVOKE.SWIGPendingException.Pending)
            {
                throw CommonPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }