Skip to content

M_CodeJam_Mapping_Mapper_2_GetMapper

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

Mapper(TFrom, TTo).GetMapper 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, IDictionary<Object, Object>, TTo> GetMapper()

VB

Public Function GetMapper As Func(Of TFrom, TTo, IDictionary(Of Object, Object), TTo)

F#

member GetMapper : unit -> Func<'TFrom, 'TTo, IDictionary<Object, Object>, 'TTo> 

Return Value

Type: Func(TFrom, TTo, IDictionary(Object, Object), TTo)
Mapping expression.

See Also

Reference

Mapper(TFrom, TTo) Class
CodeJam.Mapping Namespace

Clone this wiki locally