SortedDictionary add one SortedDictionary into another

Posted by Saurabh01 on Stack Overflow See other posts from Stack Overflow or by Saurabh01
Published on 2010-04-04T18:45:07Z Indexed on 2010/04/04 18:53 UTC
Read the original article Hit count: 375

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about sorteddictionary

Related posts about c#