Link to home
Start Free TrialLog in
Avatar of Member_2_4458446
Member_2_4458446

asked on

How can I clone a dictionary<string,string> object?

How can I clone a dictionary<string,string> object? Is there a built-in method? I cannot find one. Do I have to do a memberwise copy to the new Dictionary<string,string> object with my own custom method?
Avatar of silemone
silemone
Flag of United States of America image

ASKER CERTIFIED SOLUTION
Avatar of Jaime Olivares
Jaime Olivares
Flag of Peru image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Member_2_4458446
Member_2_4458446

ASKER

Thanks!