MappedPagedList<T>.

MappedPagedList(IPagedList<object>, Func<object, T>) Constructor

Summary

Initializes a new instance of the MappedPagedList<T> class.

Syntax

public MappedPagedList(IPagedList<object> pagedList, Func<object, T> mapper)

Parameters

Name Type Description
pagedList IPagedList<object> The paged list.
mapper Func<object, T> The mapper.

Return Value

Type Description
void