https://bugzilla.novell.com/show_bug.cgi?id=351638
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=351638#c14 --- Comment #14 from Juraj Skripsky <[EMAIL PROTECTED]> 2008-10-07 06:47:44 MDT --- Created an attachment (id=243940) --> (https://bugzilla.novell.com/attachment.cgi?id=243940) Array.cs - version 3 of 3 This version adds the remaining items. 2008-10-07 Juraj Skripsky <[EMAIL PROTECTED]> * Array.cs (Sort): - Sort(..) without IComparer param call Sort(.., (IComparer)null) siblings - Sort(keys, items,..) with items == null call Sort(keys,..) siblings Add missing argument checks. Add SortImpl method to be used by List<T>.Sort(Comparison <T>). Part 3 of 3 fixing bug #351638. -- 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
