J
Jeff
..net 2.0
I'm trying to create a 2-dimmensional (sorry if i speld it wrong).
List<string, string> hello;
this code doesn't work
What I want from this is a list where each item holds 2 values. one value
specify the type of info the other value have. The field specifying the type
could be of a integer value too...
Any suggestions?
Jeff
I'm trying to create a 2-dimmensional (sorry if i speld it wrong).
List<string, string> hello;
this code doesn't work
What I want from this is a list where each item holds 2 values. one value
specify the type of info the other value have. The field specifying the type
could be of a integer value too...
Any suggestions?
Jeff