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.
Returns a function that converts a value of TFrom type to TTo type.
Namespace: CodeJam.MappingAssembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
public static Func<TFrom, TTo> From { get; }
VB
Public Shared ReadOnly Property From As Func(Of TFrom, TTo) Get
F#
static member From : Func<'TFrom, 'TTo> with get
Type: Func(TFrom, TTo)
Convert(TFrom, TTo) ClassCodeJam.Mapping Namespace