[Mono-dev] [PATCH] Fixes for System.Collections.Generic.ICollection<T>.CopyTo

Miguel de Icaza miguel at novell.com
Wed May 6 20:43:15 EDT 2009


Hello Pia,

> I was porting some .net code to mono and ran into issues with CopyTo on
> classes in System.Collections.Generic. Some implementations works as
> documented, others don't. To be specific, the problem it's what happens
> when you call CopyTo on an empty collection.

Thanks for the analysis, the fixes and the tests!

The code is now on trunk and the mono-2-4 branches.

Miguel



More information about the Mono-devel-list mailing list