Check out example codes for "add a dictionary to another dictionary c#". It will help you in understanding the concepts better.
Code Example 1
foreach(var newAnimal in NewAnimals)
Animals.Add(newAnimal.Key,newAnimal.Value)
Learn ReactJs, React Native from akashmittal.com