We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 Func<TFrom, TTo> GetMapperEx()
VB
Public Function GetMapperEx As Func(Of TFrom, TTo)
F#
member GetMapperEx : unit -> Func<'TFrom, 'TTo>
Type: Func(TFrom, TTo)Mapping expression.
Mapper(TFrom, TTo) ClassCodeJam.Mapping Namespace