c# - how to add duplicate keys to dictionary<string,string> -


How to add a duplicate key to a dictionary

That is, I have already added the key, value pair As rollno, 1 but I have to add the same parameter to the dictionary, but it does not allow adding. How to add a duplicate key / duplicated key in the dictionary.

Or any other option .. Any ideas ???

Check it out:

You can create a duplicate key You can use Class to help with collections.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -