Exemplo n.º 1
0
        public StateType GetRange(int index, int count)
        {
            IntPtr    cPtr = CorePINVOKE.StateType_GetRange(swigCPtr, index, count);
            StateType ret  = (cPtr == IntPtr.Zero) ? null : new StateType(cPtr, true);

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