Skip to content

Methods_T_CodeJam_Mapping_Map

Andrew Koryavchenko edited this page Jul 4, 2017 · 4 revisions

Map Methods

The Map type exposes the following members.

Methods

 

Name Description
Public methodStatic member DeepCopy(T) Performs deep copy.
Public methodStatic member GetMapper(TFrom, TTo)() Returns a mapper to map an object of TFrom type to an object of TTo type.
Public methodStatic member GetMapper(TFrom, TTo)(Func(MapperBuilder(TFrom, TTo), MapperBuilder(TFrom, TTo))) Returns a mapper to map an object of TFrom type to an object of TTo type.
  Back to Top

See Also

Reference

Map Class
CodeJam.Mapping Namespace

Clone this wiki locally