[Mono-devel-list] [patch] Generic.Dictionary

Ben Maurer bmaurer at ximian.com
Tue Nov 9 08:08:26 EST 2004


> 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





More information about the Mono-devel-list mailing list