-
Notifications
You must be signed in to change notification settings - Fork 35
P_CodeJam_Mapping_Convert_2_From
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
Returns a function that converts a value of TFrom type to TTo type.
Namespace: CodeJam.Mapping
Assembly: 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