Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to add element to dictionary

        Dictionary<Key, Value> dict = new Dictionary<>();
        
        dict.put(typeof(key), typeof(value));
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #add #element #dictionary
ADD COMMENT
Topic
Name
8+9 =