[Mono-bugs] [Bug 59391][Wis] Changed - Missing support for __arglist keyword

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 1 Jun 2004 09:45:39 -0400 (EDT)


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 marek.safar@seznam.cz.

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

--- shadow/59391	2004-06-01 09:33:56.000000000 -0400
+++ shadow/59391.tmp.26179	2004-06-01 09:45:39.000000000 -0400
@@ -108,6 +108,11 @@
 WRT to the inability to do a specific error case, just ignore that.
 
 WRT to the incorrect methods, we have had this problem in the past. 
 What we need to do is to remove that method from corlib for now. The 
 only reason that method will ever be called is from Managed C++. 
 Since we dont support that case, its not really a problem.
+
+------- Additional Comments From marek.safar@seznam.cz  2004-06-01 09:45 -------
+The method/keyword is accessible from C# too.
+
+See my second example. This is C# code.