Add a few TypeForwardedTo attributes for types moved to System.dll
authorRaja R Harinath <harinath@hurrynot.org>
Sat, 21 Nov 2009 19:17:01 +0000 (19:17 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Sat, 21 Nov 2009 19:17:01 +0000 (19:17 -0000)
commitc630c937c1e57f5f066fa466f3e6cf530ce957be
treec3d3eda17cf4768b8d33b1262a7823af71d8debe
parent70f4be0bce4ceb0078fcd75a558aa308b1070ac9
Add a few TypeForwardedTo attributes for types moved to System.dll

* System.Collections.ObjectModel/ObservableCollection.cs [NET_4_0]:
Forward type to System.dll.
* System.Collections.ObjectModel/ReadOnlyObservableCollection.cs: Likewise.
* System.Collections.Specialized/INotifyCollectionChanged.cs: Likewise.
* System.Collections.Specialized/NotifyCollectionChangedAction.cs: Likewise.
* System.Collections.Specialized/NotifyCollectionChangedEventArgs.cs: Likewise.
* System.Collections.Specialized/NotifyCollectionChangedEventHandler.cs:
Likewise.

svn path=/trunk/mcs/; revision=146678
mcs/class/WindowsBase/ChangeLog
mcs/class/WindowsBase/System.Collections.ObjectModel/ObservableCollection.cs
mcs/class/WindowsBase/System.Collections.ObjectModel/ReadOnlyObservableCollection.cs
mcs/class/WindowsBase/System.Collections.Specialized/ChangeLog
mcs/class/WindowsBase/System.Collections.Specialized/INotifyCollectionChanged.cs
mcs/class/WindowsBase/System.Collections.Specialized/NotifyCollectionChangedAction.cs
mcs/class/WindowsBase/System.Collections.Specialized/NotifyCollectionChangedEventArgs.cs
mcs/class/WindowsBase/System.Collections.Specialized/NotifyCollectionChangedEventHandler.cs