Home All Groups Group Topic Archive Search About
Author
24 Nov 2005 4:45 PM
Luca
Hi,
does exist a collection in which store more than one value for every key?

Example:
key --- values
----------------
key_A1 -- value_A11, value_A12, value_A13, ...
key_A2 -- value_A21, value_A22, ...
.....

I don't need a jagged array.
Thanks in advance,
Luca

Author
24 Nov 2005 4:51 PM
Patrice
Just choose a collection that store objects (i.e. you'll store collections
in the main collection).

--
Patrice

Show quoteHide quote
"Luca" <L***@discussions.microsoft.com> a écrit dans le message de
news:3831789D-9030-4F36-B973-9320CC7812C9@microsoft.com...
> Hi,
> does exist a collection in which store more than one value for every key?
>
> Example:
> key --- values
> ----------------
> key_A1 -- value_A11, value_A12, value_A13, ...
> key_A2 -- value_A21, value_A22, ...
> ....
>
> I don't need a jagged array.
> Thanks in advance,
> Luca
>
>
Are all your drivers up to date? click for free checkup

Author
24 Nov 2005 4:51 PM
Phillip Williams
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemcollectionshashtableclasstopic.asp
Show quote Hide quote
"Luca" wrote:

> Hi,
> does exist a collection in which store more than one value for every key?
>
> Example:
> key --- values
> ----------------
> key_A1 -- value_A11, value_A12, value_A13, ...
> key_A2 -- value_A21, value_A22, ...
> ....
>
> I don't need a jagged array.
> Thanks in advance,
> Luca
>
>

Bookmark and Share