Dictionary t = new Dictionary() { {1, “a”}, {2, “vb”}, {3, “c”}};
it will store values in key/value pair.And the syntax is Dictionary obj=new Dictionary(); obj.Add(1,"jan"); obj.Add(2,"feb");