[]
Gets the cached items in the specified range.
public IEnumerable<ILoadedItem<T>> GetCachedItems(int? fromIndex = null, int? toIndex = null)
| Type | Name | Description |
|---|---|---|
| int? | fromIndex | From index. |
| int? | toIndex | To index. |
| Type | Description |
|---|---|
| IEnumerable<ILoadedItem<T>> |