What is the best way to clone/deep copy a .NET generic Dictionary?

I’ve got a generic dictionary Dictionary<string, T> that I would like to essentially make a Clone() of ..any suggestions.

14 Answers
14

Leave a Comment