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.
Returns a mapper to map an object of TFrom type to an object of TTo type.
Namespace: CodeJam.MappingAssembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
public TTo Map( TFrom source, TTo destination, IDictionary<Object, Object> crossReferenceDictionary )
VB
Public Function Map ( source As TFrom, destination As TTo, crossReferenceDictionary As IDictionary(Of Object, Object) ) As TTo
F#
member Map : source : 'TFrom * destination : 'TTo * crossReferenceDictionary : IDictionary<Object, Object> -> 'TTo
Type: TToDestination object.
Mapper(TFrom, TTo) ClassMap OverloadCodeJam.Mapping Namespace