John Luke wrote:
On Sun, 2004-06-06 at 23:31 +0200, Simon Ask Ulsnes wrote:Thanks!
Hi there!
Is there such a thing as a Generic-enabled ArrayList in Mono? I've been looking through the docs, I couldn't seem to find anything.
I did a little test case to see the performance difference between generics and boxing myself, and the difference was enormous! Especially with primitive classes like Int32 etc. (String wasn't quite as fast).
List<T> in Systems.Collections.Generics?
Why isn't this documented? It should be, or at least if Mono was compiled with Generics support.
- Simon _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
