PagedList<T> Constructors

Definition

Overloads

PagedList<T>()

Instantiates an empty PagedList class.

PagedList<T>(IList<T>)

Instantiates a PagedList class with the items of another list.

PagedList<T>()

Instantiates an empty PagedList class.

C#
protected PagedList();

Applies to

Azure SDK for .NET Latest and Azure SDK for .NET Legacy
Product Versions
Azure SDK for .NET Legacy, Latest

PagedList<T>(IList<T>)

Instantiates a PagedList class with the items of another list.

C#
protected PagedList(System.Collections.Generic.IList<T> list);

Parameters

list
IList<T>

The list with items used to create the paged list.

Applies to

Azure SDK for .NET Latest and Azure SDK for .NET Legacy
Product Versions
Azure SDK for .NET Legacy, Latest