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