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
A dictionary may not be very intuitive for using index for reference but, you can have similar operations with an array of KeyValuePair:
ex. KeyValuePair[] filters;
KeyValuePair[] filters;