Table of Contents

Interface IPagedItemsProvider<T>

Namespace
Innova.Prism.Library.Collection
Assembly
Innova.Prism.Library.dll

Represents a provider for paged items.

public interface IPagedItemsProvider<T>

Type Parameters

T

The type of the items.

Methods

GetItemsAsync(int, int)

Retrieves a range of items asynchronously.