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
Post a Comment