I have a data like in (string , int) pair. How to store this data in collection object. Both values can be duplicate. Which collection object should i use??
You can use List>.
List>
This will store a list of KeyValuePair's that can be duplicate.
KeyValuePair