Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

add a dictionary to another dictionary c#

foreach(var newAnimal in NewAnimals)
    Animals.Add(newAnimal.Key,newAnimal.Value)
 
PREVIOUS NEXT
Tagged: #add #dictionary #dictionary
ADD COMMENT
Topic
Name
4+1 =