[Mono-bugs] [Bug 30171][Nor] Changed - ref/out overloading mismatch

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
14 Sep 2002 13:27:02 -0000


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 martin@gnome.org.

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

--- shadow/30171	Sat Sep 14 09:20:52 2002
+++ shadow/30171.tmp.3781	Sat Sep 14 09:27:02 2002
@@ -67,6 +67,12 @@
 
 
 
 ------- Additional Comments From martin@gnome.org  2002-09-14 09:20 -------
 This miscompilation issue is fixed, the rest of the bug not yet.
 
+
+------- Additional Comments From martin@gnome.org  2002-09-14 09:27 -------
+If I remember correctly, we do not distinguish between ref and out parameters in MCS since there
+was no way to get this info from reflection.  Is this still right ?  Just tried and
+ParameterInfo.Attribute is indeed 0 for an `out' parameter.
+