Possible Duplicates:
Merging dictionaries in C#
What's the fastest way to copy the values and keys from one dictionary into another in C#?
I have a dictionary that has some values in it, say:
Animals <string, string>
I now receive another similar dictionary, say:
NewAnimals <string,string>
How can I append the entire NewAnimals dictionary to Animals?