How to write a nested hashtable into an arraylist?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Colin Rodrigues
    New Member
    • Dec 2010
    • 16

    How to write a nested hashtable into an arraylist?

    I got a hashtable which contain hashtables within them(Nested hashtable)..i was able to get a simple hashtable into an arraylist..but when the hashtable gets nested it just displays system.collecti ons.hashtables. ..so i need to traverse through all the nodes in the hashtable by writing a recursive function...need syntax for this function....
Working...