Vox icon indicating copy to clipboard operation
Vox copied to clipboard

Expose pagination outside the project

Open odisei369 opened this issue 5 years ago • 0 comments

When using library in my project I was not able to use PageBased pagination class. Problem is that PageBased class declared public, but it is nested inside Pagination struct which is implicitly internal.
To get access to PageBased class I make Pagination struct public.

odisei369 avatar Mar 12 '19 09:03 odisei369