Пример #1
0
        public bool Remove(string value)
        {
            bool ret = SolARPipelineManagerPINVOKE.StringVector_Remove(swigCPtr, value);

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