[Mono-list] .NET 2.0 Classes
Curtis Hatter
curtishatter@fuse.net
Sun, 1 Aug 2004 22:00:19 -0400
Hi,
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.
Thanks,
Curtis