Used to configure object mapper. It tells to map a member from source object to a user-defined delegate.
The member name in the destination object
A DestMemberType delegate(TSource)
See Implementation
Used to configure object mapper. It tells to map a member from source object to a user-defined delegate.