Example #1
0
        private string getitem(int index)
        {
            string ret = StcIntCSharpPINVOKE.StringVector_getitem(swigCPtr, index);

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