-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Oliver Ehrenmüller edited this page Apr 7, 2019
·
27 revisions
- Mark a class with
AddDeepCopyConstructor-Attribute to create a deep copy constructor. - Mark a static method with
DeepCopyExtension-Attribute to create a nullable deep copy method that supports inheritance. [Details](Custom copy constructor) - Mark an existing copy constructor with
InjectDeepCopyto insert deep copy instructions before your code. - Mark a property with
IgnoreDuringDeepCopyto skip this property. -
List<>andDictionary<,>are supported and described here
- Fields
- References without copy constructor
- Properties of type
System.Object