Click or drag to resize

ExtensionsCloning Methods

The ExtensionsCloning type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDeepCloneT Obsolete.
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