示例#1
0
        public int IndexOf(string value)
        {
            int ret = StcIntCSharpPINVOKE.StringVector_IndexOf(swigCPtr, value);

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