Add more values to the same key in dictionary(C#3.0)

Posted by Newbie on Stack Overflow See other posts from Stack Overflow or by Newbie
Published on 2010-05-28T12:41:42Z Indexed on 2010/05/28 12:51 UTC
Read the original article Hit count: 102

Filed under:

I have a dictionary like

public Dictionary<DateTime, Dictionary<string, string>> dicCollection 

How can I add more values to the same key in this dictionary?

Using C# 3.0

Please help.. It's urgent

Thanks

© Stack Overflow or respective owner

Related posts about c#3.0