2010-06-09 Rodrigo Kumpera <rkumpera@novell.com>
authorRodrigo Kumpera <kumpera@gmail.com>
Tue, 29 Jun 2010 19:50:49 +0000 (19:50 -0000)
committerRodrigo Kumpera <kumpera@gmail.com>
Tue, 29 Jun 2010 19:50:49 +0000 (19:50 -0000)
* Actions.cs: Add missing v4 type forwarding.

svn path=/trunk/mcs/; revision=159689

mcs/class/System.Core/System/Actions.cs
mcs/class/System.Core/System/ChangeLog

index 5100db90a02453986bcce04fe65854f92168c880..5dc1c2581264677c675fc3a53d645944a6af144c 100644 (file)
@@ -34,6 +34,7 @@ using System.Runtime.CompilerServices;
 [assembly:TypeForwardedTo (typeof(Action<,>))]
 [assembly:TypeForwardedTo (typeof(Action<,,>))]
 [assembly:TypeForwardedTo (typeof(Action<,,,>))]
+[assembly:TypeForwardedTo (typeof (Action))]
 #elif MOONLIGHT
 [assembly:TypeForwardedTo (typeof (Action))]
 #endif
index ecef9787c779fed8e651d7a5f1a7a6ca70b8fa9f..899c18526740bcb99638438104006e821c1f65a7 100644 (file)
@@ -1,3 +1,7 @@
+2010-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * Actions.cs: Add missing v4 type forwarding.
+
 2010-06-21  Jb Evain  <jbevain@novell.com>
 
        * TimeZoneInfo.cs: fix the moonlight and monotouch build.