Deep Clone with List<object> #792
Closed
HypeillingerChillinger
started this conversation in
General
Replies: 2 comments 1 reply
-
Hello @HypeillingerChillinger |
Beta Was this translation helpful? Give feedback.
1 reply
-
Ok, thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a list of objects
List<object>
and need to deep clone it not using references.Using
list.Adapt<List<object>>();
does not work. There are still references.object in List is actually another type but casted to object.
What can I do?
Beta Was this translation helpful? Give feedback.
All reactions