[Mono-bugs] [Bug 76698][Nor] New - Generic Array.Sort does not work

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Nov 14 06:03:44 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 michal.kovac.develop at centrum.cz.

http://bugzilla.ximian.com/show_bug.cgi?id=76698

--- shadow/76698	2005-11-14 06:03:44.000000000 -0500
+++ shadow/76698.tmp.22336	2005-11-14 06:03:44.000000000 -0500
@@ -0,0 +1,26 @@
+Bug#: 76698
+Product: Mono: Class Libraries
+Version: 1.1
+OS: GNU/Linux [Other]
+OS Details: Debian testing
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: System
+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 does not work
+
+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


More information about the mono-bugs mailing list