[Mono-devel-list] [PATCH] Fix ArrayList:GetRange:ToArray (ignored range's index)

Florian Groß florgro at gmail.com
Sun Jul 10 02:45:55 EDT 2005


Moin.

The attached patch ought to fix a problem where invoking ToArray on the
result of ArrayList:GetRange with an offset index would use 0 instead of
the specified index which would result in the wrong part of the initial
ArrayList getting returned as a native array.

I've also added two new test cases to the test suite.

If there is anything wrong with it, please tell me so that I can correct it.

Thank you!

Regards,
Florian Gross

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ArrayList.patch
Url: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20050710/7d3e650b/attachment.pl 


More information about the Mono-devel-list mailing list