I have a requirement where I already have an existing SortedDictionary<string, int>. Now I am creating a different SortedDictionary and like to add this in the first one . How to do it?
| ||||
feedback
|
|
Just pass it to the constructor:
| |||
|
feedback
|
|
| |||
|
feedback
|