find the values of dictionaries in C sharp

Code Example - find the values of dictionaries in C sharp

                
                        //sets the dictionary item, "dictionary item" to 20
dictionary["dictionary item"] = 20;