-
Notifications
You must be signed in to change notification settings - Fork 34
M_CodeJam_Mapping_MappingSchema_GetConverter__2
andrewvk edited this page Jun 23, 2016
·
5 revisions
[This is preliminary documentation and is subject to change.]
Returns converter from a value of type TFrom to TTo.
Namespace: CodeJam.Mapping
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public Func<TFrom, TTo> GetConverter<TFrom, TTo>()VB
Public Function GetConverter(Of TFrom, TTo) As Func(Of TFrom, TTo)F#
member GetConverter : unit -> Func<'TFrom, 'TTo>
- TFrom
- Type to convert from.
- TTo
- Type to convert to.
Type: Func(TFrom, TTo)
Convert function.