コード例 #1
0
ファイル: ByteBuffer.cs プロジェクト: sttp/net-cppapi
        public bool Remove(byte value)
        {
            bool ret = CommonPINVOKE.ByteBuffer_Remove(swigCPtr, value);

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