> Hi, > > Attached is the patch for Generic.Dictionary <K,V> class. The > implementation is based on LList, similar to List <K> > implementation. This needs to be written as a hashtable, not a list. Please look at s.col.hashtable for a non-generic hashtable. You basically have to reuse that class buth with K,V. -- Ben