For testing purposes, I need to create an IEnumerable> object with the following sample key value pairs:
IEnumerable>
Dictionary testDict = new Dictionary(2); testDict.Add("Name","John"); testDict.Add("City","NY");
Is that what you mean, or is there more to it?