-
Notifications
You must be signed in to change notification settings - Fork 35
Overload_CodeJam_Mapping_MapperBuilder_2_ToMapping
Andrew Koryavchenko edited this page Jul 4, 2017
·
3 revisions
Name | Description | |
---|---|---|
ToMapping(T)(IReadOnlyDictionary(String, String)) | Defines member name mapping for destination types. | |
ToMapping(IReadOnlyDictionary(String, String)) | Defines member name mapping for destination types. | |
ToMapping(T)(String, String) | Defines member name mapping for destination types. | |
ToMapping(String, String) | Defines member name mapping for destination types. | |
ToMapping(Type, IReadOnlyDictionary(String, String)) | Defines member name mapping for destination types. | |
ToMapping(Type, String, String) | Defines member name mapping for destination types. |