コード例 #1
0
        public int IndexOf(byte value)
        {
            int result = AppUtilPINVOKE.CharVector_IndexOf(this.swigCPtr, value);

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