[Mono-bugs] [Bug 76698][Nor] Changed - Array.Sort <T> not
implemented
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Nov 14 12:29:05 EST 2005
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by bmaurer at users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=76698
--- shadow/76698 2005-11-14 11:20:27.000000000 -0500
+++ shadow/76698.tmp.25952 2005-11-14 12:29:04.000000000 -0500
@@ -1,26 +1,29 @@
Bug#: 76698
Product: Mono: Class Libraries
Version: 1.1
-OS: GNU/Linux [Other]
-OS Details: Debian testing
+OS: All
+OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Normal
-Component: System
+Component: CORLIB
AssignedTo: mono-bugs at ximian.com
ReportedBy: michal.kovac.develop at centrum.cz
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: Generic Array.Sort is not implemented
+Summary: Array.Sort <T> not implemented
When I use "Array.Sort<IBoxModule>(resultArray);", where IBoxModule is some
my interface which extends IComparable<IBoxModule>, there is an error in
compilation:
error CS0308: The non-generic method `Sort' cannot be used with type
arguments
But my code works on .NET Framework 2.0
+
+------- Additional Comments From bmaurer at users.sf.net 2005-11-14 12:29 -------
+calberto had a patch here, we need to track what happened to it.
More information about the mono-bugs
mailing list