mirror of
https://github.com/wagesj45/CapyKit.git
synced 2025-03-13 13:16:39 -05:00
633 B
633 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. |