SyntaxFix
Write A Post
Hire A Developer
Questions
Dictionary<int, string[]> dictionaty = new Dictionary<int, string[]>() { {1, new string[]{"a","b","c"} }, {2, new string[]{"222","str"} } };