Dictionary instanciation code example Example: Dictionary instanciation var x = new Dictionary<string, int> { {"year", 2019}, {"month", 12} };