Answers for "Dictionary instanciation"

C#
0

Dictionary instanciation

var x = new Dictionary<string, int> {
   {"year", 2019}, {"month", 12}
};
Posted by: Guest on June-01-2021

Code answers related to "Dictionary instanciation"

C# Answers by Framework

Browse Popular Code Answers by Language