c# - What is the difference bewteen Mapper.Map(source, dest) and Mapper.Map(source)? -


i can see difference in number of parameters, don't know difference in implementation.

is there important difference in behavior of each method?

the first 1 fills existing object pass in. second creates new object you. it's semantic difference between "project" , "fill".


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -