Imported Upstream version 4.6.0.165

Former-commit-id: d509131f71da404210981e7263b375675928eea7
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2016-08-25 10:13:16 +00:00
parent b95516a3dd
commit c911219690
458 changed files with 262 additions and 826 deletions

View File

@ -433,11 +433,9 @@ namespace System.Reflection {
get {
return (cultureinfo == null)? null : cultureinfo.Name;
}
#if NETSTANDARD
set {
throw new NotImplementedException ();
}
#endif
}
[ComVisibleAttribute(false)]