Skip to content

M_CodeJam_Mapping_MapperBuilder_2_GetMapper

andrewvk edited this page Jul 1, 2016 · 5 revisions

MapperBuilder(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 (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

public Mapper<TFrom, TTo> GetMapper()

VB

Public Function GetMapper As Mapper(Of TFrom, TTo)

F#

member GetMapper : unit -> Mapper<'TFrom, 'TTo> 

Return Value

Type: Mapper(TFrom, TTo)
Mapping expression.

See Also

Reference

MapperBuilder(TFrom, TTo) Class
CodeJam.Mapping Namespace

Clone this wiki locally