Ejemplo n.º 1
0
        public bool Contains(string value)
        {
            bool ret = StcIntCSharpPINVOKE.StringVector_Contains(swigCPtr, value);

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