Name: Anonymous 2011-09-05 19:44
What is wrong with:
var myDict = new Dictionary.<String,List<int>>();
as in: diction with Key as a string, and Value as a Generic List?
var myDict = new Dictionary.<String,List<int>>();
as in: diction with Key as a string, and Value as a Generic List?