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