Skip to content

P_CodeJam_Mapping_Convert_2_Lambda

andrewvk edited this page Jul 1, 2016 · 5 revisions

Convert(TFrom, TTo).Lambda Property

Represents a function that converts a value of TFrom type to TTo type.

Namespace: CodeJam.Mapping
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

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

Property Value

Type: Func(TFrom, TTo)

See Also

Reference

Convert(TFrom, TTo) Class
CodeJam.Mapping Namespace

Clone this wiki locally