dx,
Have you tried System.Collections.Specialized.NameValueCollection or
NameObjectCollectionBase?
NameObjectCollectionBase allows you to create a type safe collection that
can be accessed by key or index.
There are a number of other collection classes in
System.Collections.Specialized & System.Collections that may do what you
need...
Hope this helps
Jay