Skip to content

M_CodeJam_Mapping_Mapper_2_GetMapperEx

Andrew Koryavchenko edited this page Jun 17, 2018 · 5 revisions

Mapper(TFrom, TTo).GetMapperEx Method

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

Syntax

C#

public Func<TFrom, TTo> GetMapperEx()

VB

Public Function GetMapperEx As Func(Of TFrom, TTo)

F#

member GetMapperEx : unit -> Func<'TFrom, 'TTo> 

Return Value

Type: Func(TFrom, TTo)
Mapping expression.

See Also

Reference

Mapper(TFrom, TTo) Class
CodeJam.Mapping Namespace

Clone this wiki locally