N
nevin
Is it possible to have a Hashtable contain another Hashtable as a value
object?
thanks
Nev
object?
thanks
Nev
nevin said:Is it possible to have a Hashtable contain another Hashtable as a value
object?
nevin said:of course
it adds the 2nd hashtable fine as the first element of the primary hashtable
and you can add regular objects to it fine and reference them (although the
number of enclosing brakcets starts to get confusing). Adding a second
hashtable to the primary doesn't raise an exception but it just gets
ignored, so I was wondering what I was doing incorrectly. It seems you can
do it but only partially..at least in my case.