mirror of
https://github.com/wagesj45/CapyKit.git
synced 2024-11-12 19:23:36 -06: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. |