NameValueCollection

J

john sutor

Does anyone know how to use a NameValueCollection obj like a simple
multi-dimensional array?
I'm looking for a multi-dimensional array like VB had that can be resized
without loosing any data.
 
T

Tim Jarvis

john said:
Does anyone know how to use a NameValueCollection obj like a simple
multi-dimensional array?
I'm looking for a multi-dimensional array like VB had that can be
resized without loosing any data.

Use a HashTable.

for more info check out the System.Collections namespace and the
IDictionary interface.

Rds Tim.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top