Remove WindowsBase type forwarders from mobile profile
[mono.git] / mcs / class / referencesource / System / compmod / system / collections / specialized / inotifycollectionchanged.cs
index 41ad2c652b358fdd3afc47b5efa0f6fa73f30e83..b59463d9bc56796d61e95c4c80e3e83c71515a62 100644 (file)
@@ -20,7 +20,9 @@ namespace System.Collections.Specialized
     /// A collection implementing this interface will notify listeners of dynamic changes,
     /// e.g. when items get added and removed or the whole list is refreshed.
     /// </summary>
+#if !MOBILE
     [TypeForwardedFrom("WindowsBase, Version=3.0.0.0, Culture=Neutral, PublicKeyToken=31bf3856ad364e35")]
+#endif
     public interface INotifyCollectionChanged
     {
         /// <summary>