I need some sort of way to store key/value pairs where the value can be of different types.
So I like to do:
int i = 12; string s = \"test\"; doub
Dictionary