-
Notifications
You must be signed in to change notification settings - Fork 35
P_CodeJam_Mapping_Convert_2_From
andrewvk edited this page Jun 23, 2016
·
5 revisions
Returns a function that converts a value of TFrom type to TTo type.
Namespace: CodeJam.Mapping
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.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