Mapster icon indicating copy to clipboard operation
Mapster copied to clipboard

Add a non generic overload to ForDestinationType

Open Dewera opened this issue 3 years ago • 0 comments

There's been a few scenarios where I've only had access to a Type at runtime and have needed to setup destination mapping rules for these, which isn't possible when there is only a function that takes generic parameters. This PR adds an overload that does the same thing but takes a Type function parameter instead of a generic one.

Dewera avatar Aug 08 '22 08:08 Dewera

@Dewera Thank you very much! :)

andrerav avatar Sep 05 '22 13:09 andrerav