CapyKit/Documentation/Help/Overload_CapyKit_Extensions_LINQExtensions_PageCount.md
Jordan Wages 735d7c4c91 Documentation + Unfinished SecurityHelper
Committing the unfinished changes to the SecurityHelper as I flesh it out during the migration. Also starting a documentation folder powered by Sandcastle.
2024-04-19 23:12:24 -05:00

621 B

PageCount Method

Overload List

PageCount(T)(IEnumerable(T), Int32) The number of pages of pageSize size in the given collection.
PageCount(T)(IQueryable(T), Int32) The number of pages of pageSize size in the given collection.

See Also

Reference

LINQExtensions Class
CapyKit.Extensions Namespace