Click or drag to resize

ExtensionsCloningMapTo Method

Overload List
  NameDescription
Public methodStatic memberMapToT(Object) Obsolete.
Maps all properties and fields of an instance to another instance. The Clone() method is used to copy an instance if exist.

Mapping fails on jagged and multidimensional array. Classes without parameterless constructor will stay null.

Public methodStatic memberMapToT, TTarget(T, TTarget) Obsolete.
Maps all properties and fields of an instance to another instance. The Clone() method is used to copy an instance if exist.

Mapping fails on jagged and multidimensional array. Classes without parameterless constructor will stay null.

Top
See Also