I have this:
Dictionary dict = new Dictionary();
I want to select all the items in the dictionary
Built-in function? No sorry... but another (not so beautiful) way is to iterate using foreach(KeyValuePair ...
foreach(KeyValuePair ...