Skip to content

M_CodeJam_Mapping_MapperBuilder_2_Mapping__1

andrewvk edited this page Jun 23, 2016 · 5 revisions

MapperBuilder(TFrom, TTo).Mapping(T) Method (IReadOnlyDictionary(String, String))

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

Defines member name mapping for source and destination types.

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

Syntax

C#

public MapperBuilder<TFrom, TTo> Mapping<T>(
	IReadOnlyDictionary<string, string> mapping
)

VB

Public Function Mapping(Of T) ( 
	mapping As IReadOnlyDictionary(Of String, String)
) As MapperBuilder(Of TFrom, TTo)

F#

member Mapping : 
        mapping : IReadOnlyDictionary<string, string> -> MapperBuilder<'TFrom, 'TTo> 

Parameters

 

mapping
Type: System.Collections.Generic.IReadOnlyDictionary(String, String)
Mapping parameters.

Type Parameters

 

T
Type to map.

Return Value

Type: MapperBuilder(TFrom, TTo)
Returns this mapper.

See Also

Reference

MapperBuilder(TFrom, TTo) Class
Mapping Overload
CodeJam.Mapping Namespace

Clone this wiki locally