We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Defines member name mapping for destination types.
Namespace: CodeJam.MappingAssembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
Dictionary<Type, Dictionary<string, string>> ToMappingDictionary { get; set; }
VB
Property ToMappingDictionary As Dictionary(Of Type, Dictionary(Of String, String)) Get Set
F#
abstract ToMappingDictionary : Dictionary<Type, Dictionary<string, string>> with get, set
Type: Dictionary(Type, Dictionary(String, String))
IMapperBuilder InterfaceCodeJam.Mapping Namespace