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 source types.
Namespace: CodeJam.MappingAssembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
public MapperBuilder<TFrom, TTo> FromMapping( Type type, IReadOnlyDictionary<string, string> mapping )
VB
Public Function FromMapping ( type As Type, mapping As IReadOnlyDictionary(Of String, String) ) As MapperBuilder(Of TFrom, TTo)
F#
member FromMapping : type : Type * mapping : IReadOnlyDictionary<string, string> -> MapperBuilder<'TFrom, 'TTo>
Type: MapperBuilder(TFrom, TTo)Returns this mapper.
MapperBuilder(TFrom, TTo) ClassFromMapping OverloadCodeJam.Mapping Namespace