Summary
Initializes a new instance of the
MappedPagedList<T> class.
- Assembly
- Rocket
.Surgery .Extensions .Marten .dll - Namespace
- Rocket
.Surgery .Extensions .Marten - Containing Type
- MappedPagedList
<T>
Syntax
public MappedPagedList(IPagedList<object> pagedList, Func<object, T> mapper)
Parameters
| Name | Type | Description |
|---|---|---|
| pagedList | IPagedList |
The paged list. |
| mapper | Func |
The mapper. |
Return Value
| Type | Description |
|---|---|
| void |
