-
Notifications
You must be signed in to change notification settings - Fork 36
Overload_CodeJam_Mapping_Mapper_2_Map
Andrew Koryavchenko edited this page Jul 4, 2017
·
3 revisions
Name | Description | |
---|---|---|
![]() ![]() |
Map(TFrom) | Returns a mapper to map an object of TFrom type to an object of TTo type. |
![]() ![]() |
Map(TFrom, TTo) | Returns a mapper to map an object of TFrom type to an object of TTo type. |
![]() ![]() |
Map(TFrom, TTo, IDictionary(Object, Object)) | Returns a mapper to map an object of TFrom type to an object of TTo type. |