Beispiel #1
0
        public DataCollection GetRange(int index, int count)
        {
            global::System.IntPtr cPtr = EfficioRuntimePINVOKE.DataCollection_GetRange(swigCPtr, index, count);
            DataCollection        ret  = (cPtr == global::System.IntPtr.Zero) ? null : new DataCollection(cPtr, true);

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