Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

C# merge 2 dictionaries

foreach (var item in custom_settings)
{
   default_settings[item.Key] = item.Value;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #merge #dictionaries
ADD COMMENT
Topic
Name
4+1 =