[Mono-devel-list] Implemented Dictionary<K,V>
Matthijs ter Woord (meddochat)
meddochat at zonnet.nl
Sun Feb 27 12:11:17 EST 2005
----- Original Message -----
From: "Ben Maurer" <bmaurer at ximian.com>
To: "Matthijs ter Woord (meddochat)" <meddochat at zonnet.nl>
Cc: <mono-devel-list at ximian.org>
Sent: Sunday, February 27, 2005 5:35 PM
Subject: Re: [Mono-devel-list] Implemented Dictionary<K,V>
> On Sun, 2005-02-27 at 10:14 +0100, Matthijs ter Woord (meddochat) wrote:
> > Hi Everybody,
> >
> > I implemented Dictionary<K,V>, can someone take a look at it?
>
> + public V this[K Index]{
....
> + }
>
> This is a linear search. The Dictionary needs to be implemented like
Hashtable.
>
Hmm, That's to much magic to me. Why didn't somebody else it already?
System.Collections.Generic seems important for Fx 2.0 stuff to me.
Greets,
Matthijs ter Woord
More information about the Mono-devel-list
mailing list