Copy |
public static class CopyHelper
The CopyHelper type exposes the following members.
Name | Description | |
---|---|---|
CopyT | Copies an instance. | |
CopyIT | Copies an immutable object. | |
CopyImmutableT | Copies an instance of an immutable class. This can be done simply by assigning from to to. | |
CopyNT | Copies an instance. | |
GetCopyT | Gets a copy of an instance, either by using ICopyFrom or ICloneable interface. | |
GetEnumerationMembersClonedT | Gets the members of the input enumeration cloned as output enumeration. | |
GetEnumerationMembersNotNullClonedT | Gets the members of the input enumeration cloned as output enumeration. Here, only those entries of the input enumeration, which are not null, are cloned and returned in the output enumeration. | |
TryCopyT | Try to copy one object to another object. |