We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Returns converter from a value of type TFrom to TTo.
Namespace: CodeJam.MappingAssembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.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>
Type: Func(TFrom, TTo)Convert function.
MappingSchema ClassCodeJam.Mapping Namespace
There was an error while loading. Please reload this page.