Пример #1
0
        public static StringVector salReserve(StringVector CSPs)
        {
            StringVector ret = new StringVector(StcIntCSharpPINVOKE.salReserve(StringVector.getCPtr(CSPs)), true);

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