Instanciation du dictionnaire

var x = new Dictionary<string, int> {
   {"year", 2019}, {"month", 12}
};