|
CollectionExtensionsToPagedListT Method
|
Gets a
PagedListT to paginate
source enumeration for
a given
page and specified
pageSize.
Namespace: GSF.CollectionsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.238-beta+a124d269d49fa775dc92e4d7ad73327f1839917b
Syntax
Remarks
If count is known or can be calculated early, specify the value in the
count parameter as an optimization to prevent a full
enumeration on source to get a count.
See Also