We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Adds a function expression that converts a value of type fromType to toType.
Namespace: CodeJam.MappingAssembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
public void SetConverter<TFrom, TTo>( Func<TFrom, TTo> func )
VB
Public Sub SetConverter(Of TFrom, TTo) ( func As Func(Of TFrom, TTo) )
F#
member SetConverter : func : Func<'TFrom, 'TTo> -> unit
MappingSchema ClassCodeJam.Mapping Namespace
There was an error while loading. Please reload this page.