Incomplete automapper documentation

I am looking for documentation for automapper for C #. The documentation on their website is incomplete (as I see). The UseDestinationValue example is not documented. There are also other options that are not documented or explained. Where can I find a more complete explanation of automapper parameters (example UseDestinationValue and others)?

+5
source share
1 answer

StackOverflow is a good place, otherwise Google is your friend !; -)

Regarding UseDestinationValue()Jimmy Bogard says here :

() . UseDestinationValue , . , UseDestinationValue , , . , .

+1

All Articles