-
Notifications
You must be signed in to change notification settings - Fork 35
P_CodeJam_Mapping_IMapperBuilder_FromMappingDictionary
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
Defines member name mapping for source types.
Namespace: CodeJam.Mapping
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
Dictionary<Type, Dictionary<string, string>> FromMappingDictionary { get; set; }
VB
Property FromMappingDictionary As Dictionary(Of Type, Dictionary(Of String, String))
Get
Set
F#
abstract FromMappingDictionary : Dictionary<Type, Dictionary<string, string>> with get, set
Type: Dictionary(Type, Dictionary(String, String))