okay, I've think I've solved it:
Dictionary<int, string>
> .net 2.0
>
[quoted text clipped - 10 lines]
>
> Jeff
Giulio Petrucci - 23 Jul 2007 09:20 GMT
Hi Jeff,
Jeff ha scritto:
> okay, I've think I've solved it:
> Dictionary<int, string>
Beware that you cannot have multiple keys. It means that if you need to
add two different dictionary entries with corresponding to the "2"
value, you cannot.
Bye,
Giulio
--