I have a loop as follows:
foreach(x in myColl) { foreach(var y in x.MyList) { result.Add(x.MyKey + y) } }
That means with