Add a few TypeForwardedTo attributes for types moved to System.dll
[mono.git] / mcs / class / WindowsBase / System.Collections.Specialized / NotifyCollectionChangedAction.cs
index a6ec65c7cf3080069b03b2e19a8960ffc58e513e..82ad8cac2eb9efe906da37d054ae7756a2509756 100644 (file)
 //     Chris Toshok (toshok@ximian.com)
 //
 
+#if NET_4_0
+
+using System.Collections.Specialized;
+using System.Runtime.CompilerServices;
+[assembly:TypeForwardedTo (typeof (NotifyCollectionChangedAction))]
+
+#else
+
 using System;
 
 namespace System.Collections.Specialized {
@@ -36,3 +44,4 @@ namespace System.Collections.Specialized {
        }
 
 }
+#endif