-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_Mapping_Mapper_2_GetMapper
andrewvk edited this page Jun 23, 2016
·
5 revisions
[This is preliminary documentation and is subject to change.]
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.0.0.0 (1.0.0.0)
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>
Type: Func(TFrom, TTo, IDictionary(Object, Object), TTo)
Mapping expression.