|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
CollectionsHi,
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 Just choose a collection that store objects (i.e. you'll store collections
in the main collection). -- Show quoteHide quotePatrice "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 > >
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 > >
Other interesting topics
Correct syntax for an update stored procedure
About web.config file Retreive images stored in Access database Setting Profile properties for not logged in users Dynamic content problem Some questions about masterpages. how load one frame before another in aspx page The server tag is not well formed ASP.NET 2.0 file upload with progress dialog VS 2005: Virtual directories |
|||||||||||||||||||||||