Skip to content

M_CodeJam_Mapping_MappingSchema_GetConverter__2

andrewvk edited this page Jun 23, 2016 · 5 revisions

MappingSchema.GetConverter(TFrom, TTo) Method

[This is preliminary documentation and is subject to change.]

Returns converter from a value of type TFrom to TTo.

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

Syntax

C#

public Func<TFrom, TTo> GetConverter<TFrom, TTo>()

VB

Public Function GetConverter(Of TFrom, TTo) As Func(Of TFrom, TTo)

F#

member GetConverter : unit -> Func<'TFrom, 'TTo> 

Type Parameters

 

TFrom
Type to convert from.
TTo
Type to convert to.

Return Value

Type: Func(TFrom, TTo)
Convert function.

See Also

Reference

MappingSchema Class
CodeJam.Mapping Namespace

Clone this wiki locally