Imported Upstream version 4.6.0.125

Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2016-08-03 10:59:49 +00:00
parent a569aebcfd
commit e79aa3c0ed
17047 changed files with 3137615 additions and 392334 deletions

View File

@@ -1,14 +0,0 @@
2009-11-21 Raja R Harinath <harinath@hurrynot.org>
* INotifyCollectionChanged.cs [NET_4_0]: Forward type to System.dll.
* NotifyCollectionChangedAction.cs: Likewise.
* NotifyCollectionChangedEventArgs.cs: Likewise.
* NotifyCollectionChangedEventHandler.cs: Likewise.
2008-11-04 Chris Toshok <toshok@ximian.com>
* CollectionChangedEventManager.cs: implement this using the msdn
docs. Unfortunately we lack the ability to write unit tests at
the moment, as there's no (that I can find) public use of this
type in the api. Certainly not in WindowsBase.