[Mono-list] Re: .NET 2.0 Classes

Miguel de Icaza miguel@ximian.com
Mon, 02 Aug 2004 01:15:04 -0400


Hey,

> I've noticed in the source that a few interfaces have been implemented for
> the .NET 2.0 framework, and would like to start implementing some of the
> classes in the Collections.Generic namespace.
> 
> I realize that it is still in Beta; however, I feel it would be good to
> implement them now and make changes later if necessary.
> 
> The particular class(es) I had in mind were the Collection<T> and
> LinkedList<T> classes.

You might want to talk to Ben and Martin (bmaurer@ximian.com, martin@ximian.com)

The best way of going around this is using the CVS build.

Miguel.