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

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