votes
Make a copy of a List<object>
Not having much luck with this one. I just want to make a copy of a list of objects that are passed into the method. The reason is that I don't want the changes to take effect on the original until they are verified with the temporary ...
