Exemple #1
0
        public FieldList GetRange(int index, int count)
        {
            global::System.IntPtr cPtr = GmsecPINVOKE.FieldList_GetRange(swigCPtr, index, count);
            FieldList             ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FieldList(cPtr, true);

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