You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/upgrade-guide-2.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -602,7 +602,7 @@ All the IEffective and GetEffective methods in the models have been removed as w
602
602
603
603
### Shallow Copy in place of copy constructors
604
604
605
-
Copy constructors have been eliminated from the models in favor of a more straightforward approach using a shallow copy method. This simplifies the codebase and reduces potential issues with deep copying and unintended side effects.
605
+
Copy constructors for referenceable components have been made internal, a new *CreateShallowCopy()*method has been exposed on these models to facilitate deep copying.
0 commit comments