-
Couldn't load subscription status.
- Fork 35
M_CodeJam_Mapping_MapperBuilder_2_GetMapper
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
Returns a mapper to map an object of TFrom type to an object of TTo type.
Namespace: CodeJam.Mapping
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
public Mapper<TFrom, TTo> GetMapper()VB
Public Function GetMapper As Mapper(Of TFrom, TTo)F#
member GetMapper : unit -> Mapper<'TFrom, 'TTo>