[Mono-bugs] [Bug 58413][Nor] Changed - mcs allows ref in an interface method implemented as out in a class

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 17 Mar 2005 07:37:40 -0500 (EST)


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 projectmonokochi@rediffmail.com.

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

--- shadow/58413	2004-11-02 01:52:30.000000000 -0500
+++ shadow/58413.tmp.23435	2005-03-17 07:37:40.000000000 -0500
@@ -46,6 +46,11 @@
 The problem on this bug is that we are passing Type [] to our
 pending implementation code, which has dropped the OUT information
 at that point.
 
 The fix is to move to use the ParameterData interface there
 instead of using the Type []
+
+------- Additional Comments From projectmonokochi@rediffmail.com  2005-03-17 07:37 -------
+Created an attachment (id=14700)
+add  Parameter.Modifier [][]mods for holding modifiers and initialze it with ParameterData
+