Пример #1
0
        public ComplexStateType GetRange(int index, int count)
        {
            IntPtr           cPtr = CorePINVOKE.ComplexStateType_GetRange(swigCPtr, index, count);
            ComplexStateType ret  = (cPtr == IntPtr.Zero) ? null : new ComplexStateType(cPtr, true);

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