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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
