We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Represents an expression 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 Expression<Func<TFrom, TTo>> Expression { get; set; }
VB
Public Shared Property Expression As Expression(Of Func(Of TFrom, TTo)) Get Set
F#
static member Expression : Expression<Func<'TFrom, 'TTo>> with get, set
Type: Expression(Func(TFrom, TTo))
Convert(TFrom, TTo) ClassCodeJam.Mapping Namespace
There was an error while loading. Please reload this page.