What is the best .NET type for collections where each key can have multiple values?
Posted
by srinig29
on Stack Overflow
See other posts from Stack Overflow
or by srinig29
Published on 2010-03-19T15:38:27Z
Indexed on
2010/03/19
15:51 UTC
Read the original article
Hit count: 114
c#
Hi friends, I have one key but different values for that key, I tried HashTable but i dont think that is the rite way of doing it.
I'll explain in detail what is is requirment is:
I have a Key - "Asp.net" for that i have n no of values - 61, 67, 100
So i have to store this somewhere like Dictionary or hash table.
TIA
© Stack Overflow or respective owner