-
Notifications
You must be signed in to change notification settings - Fork 35
P_CodeJam_Mapping_Convert_2_Lambda
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
Represents 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> Lambda { get; set; }
VB
Public Shared Property Lambda As Func(Of TFrom, TTo)
Get
Set
F#
static member Lambda : Func<'TFrom, 'TTo> with get, set