We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Adds a custom converter from TFrom to TTo types.
Namespace: CodeJam.MappingAssembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
public static void SetConverter<TFrom, TTo>( Expression<Func<TFrom, TTo>> expr )
VB
Public Shared Sub SetConverter(Of TFrom, TTo) ( expr As Expression(Of Func(Of TFrom, TTo)) )
F#
static member SetConverter : expr : Expression<Func<'TFrom, 'TTo>> -> unit
Converter ClassCodeJam.Mapping Namespace