-
Notifications
You must be signed in to change notification settings - Fork 35
Overload_CodeJam_Mapping_Mapper_2_Map
andrewvk edited this page Jun 23, 2016
·
3 revisions
[This is preliminary documentation and is subject to change.]
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. |