Skip to content

P_CodeJam_Mapping_Convert_2_Expression

Andrew Koryavchenko edited this page Jun 17, 2018 · 5 revisions

Convert(TFrom, TTo).Expression Property

Represents an expression 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

Syntax

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

Property Value

Type: Expression(Func(TFrom, TTo))

See Also

Reference

Convert(TFrom, TTo) Class
CodeJam.Mapping Namespace

Clone this wiki locally