[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 10:03:06 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=59391
--- shadow/59391 2004-06-01 09:45:39.000000000 -0400
+++ shadow/59391.tmp.26313 2004-06-01 10:03:06.000000000 -0400
@@ -113,6 +113,22 @@
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.
+
+------- Additional Comments From bmaurer@users.sf.net 2004-06-01 10:03 -------
+The __arglist stuff is not supported by Microsoft. The only reason it
+exists at all is so that they can create methods for corlib.
+
+I have never seen code using __arglist floating around. For C# code,
+there is no advantage over param arrays
+(http://www.iunknown.com/000062.html).
+
+I dont think there is any way this would get into 1.0. The Novell
+team will probably be busy doing other stuff. I could probably do it,
+but have other things to do.
+
+Anyways, the new feature freeze is really beta 2.
+
+