Пример #1
0
        private string getitemcopy(int index)
        {
            string ret = StcIntCSharpPINVOKE.StringVector_getitemcopy(swigCPtr, index);

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