What is the best way to clone/deep copy a .NET generic Dictionary? by IT Nursery I’ve got a generic dictionary Dictionary<string, T> that I would like to essentially make a Clone() of ..any suggestions. 14 Answers 14