C Sharp (C#) - Collections
Find the error in this dictionary initialization:
var dict = new Dictionary{ "a" = 1, "b" = 2 };
var dict = new Dictionary{ "a" = 1, "b" = 2 };
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions