I\'m using a Dictionary where the int is a count of the key.
Dictionary
int
Now, I need to access the last-inserted Key inside the Dict
You can use an OrderedDictionary.
Represents a collection of key/value pairs that are accessible by the key or index.