https://bugzilla.novell.com/show_bug.cgi?id=328036#c7
--- Comment #7 from Robert Jordan <[EMAIL PROTECTED]> 2007-09-25 10:29:37 MST --- I really thought about optimizing this, but I looked like a seldom hit corner case to me, because in many cases Key/ValueCollection.CopyTo will be called instead of the (hidden) ICollection.CopyTo. I'll try to optimize this for reference types. (IIRC, Array.SetValue already does the necessary integral narrowing, but I'll look at this as well) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
