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

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