What is the best way to clone/deep copy a .NET generic Dictionary<string, T>?

Posted by mikeymo on Stack Overflow See other posts from Stack Overflow or by mikeymo
Published on 2008-09-26T13:46:51Z Indexed on 2010/05/06 14:58 UTC
Read the original article Hit count: 109

Filed under:
|
|
|

I've got a generic dictionary Dictionary that I would like to essentially make a Clone() of ..any suggestions.

© Stack Overflow or respective owner

Related posts about c#

Related posts about generics