-
Notifications
You must be signed in to change notification settings - Fork 35
Methods_T_CodeJam_Mapping_Map
Andrew Koryavchenko edited this page Jul 4, 2017
·
4 revisions
The Map type exposes the following members.
Name | Description | |
---|---|---|
DeepCopy(T) | Performs deep copy. | |
GetMapper(TFrom, TTo)() | Returns a mapper to map an object of TFrom type to an object of TTo type. | |
GetMapper(TFrom, TTo)(Func(MapperBuilder(TFrom, TTo), MapperBuilder(TFrom, TTo))) | Returns a mapper to map an object of TFrom type to an object of TTo type. |