Imported Upstream version 5.10.0.157

Former-commit-id: f980a3b9476482d2b60ad533340793286b27a496
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-03-06 09:23:26 +00:00
parent 9678eafc8e
commit 80d55115d1
38 changed files with 34 additions and 37 deletions

View File

@ -35,7 +35,7 @@ namespace System.Web.UI.Design
public HtmlControlDesigner () { throw new NotImplementedException (); }
[MonoTODO]
protected override void Dispose (bool disposing) { throw new NotImplementedException (); }
protected override void Dispose (bool disposing) { }
[MonoTODO]
[Obsolete ("Use ControlDesigner.Tag instead")]