microkarl
Regular
Is it possible to have one main Hashtable to store mulitple sub-hashtables? So it works like this:
1: Sub-Hashtable1 contains n objects (strings).
2: Sub-Hashtable2 contains n objects (strings).
3: Main-Hashtable contains these two Sub-Hashtables.
4: Retrieve these objects through the Main-Hashtable?
I have been looking into Hashtable.Values property but running into dead-end, would this achieve it?
Thanks in advance,
Carl
1: Sub-Hashtable1 contains n objects (strings).
2: Sub-Hashtable2 contains n objects (strings).
3: Main-Hashtable contains these two Sub-Hashtables.
4: Retrieve these objects through the Main-Hashtable?
I have been looking into Hashtable.Values property but running into dead-end, would this achieve it?
Thanks in advance,
Carl