News

In C# 6 you can use the new [] initializer syntax as follows: var moreItems = new Dictionary<string, int> { ["Book"] = 2, ["Blu Ray Player"] = 1 }; You can see how the new Dictionary initializer ...