[]
        
(Showing Draft Content)

C1.DataCollection.C1CacheDataCollection-1.GetCachedItems

GetCachedItems Method

GetCachedItems(int?, int?)

Gets the cached items in the specified range.

Declaration
public IEnumerable<ILoadedItem<T>> GetCachedItems(int? fromIndex = null, int? toIndex = null)
Parameters
Type Name Description
int? fromIndex

From index.

int? toIndex

To index.

Returns
Type Description
IEnumerable<ILoadedItem<T>>