0
TypeAdapterConfig.GlobalSettings.ForType(typeof(PagedList<>),typeof(PagedList<>)) 

for above config constructusing does not appear and can't use.

I try use define constructusing for generic class PagedList

but doesn't appear for this config constructusing I expect to use this

ConstructUsing(dest => new PagedList<Type>(new List<Type>(), 1, 1));
starball
  • 20,030
  • 7
  • 43
  • 238
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Jan 10 '23 at 23:15

0 Answers0