Skip to content

Commit 8c9559e

Browse files
committed
chore: update doc
1 parent 5e65689 commit 8c9559e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/upgrade-guide-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ All the IEffective and GetEffective methods in the models have been removed as w
602602

603603
### Shallow Copy in place of copy constructors
604604

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.
606606

607607
**Example:**
608608
```csharp

0 commit comments

Comments
 (0)