Imported Upstream version 6.6.0.121

Former-commit-id: e02a4a0063abaecbcf3feb51c486c57941bfe80b
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2019-10-10 09:15:29 +00:00
parent 586833e906
commit 999c53a9b4
48 changed files with 46 additions and 44 deletions

View File

@@ -1 +1 @@
c5b17c0701c73a3aa6ad6b67d522f353b5a80198
ac1d7574e725affd888e6127a8bf7347476782bd

View File

@@ -1 +1 @@
9a166dff704fb6a448e3c3c8b5292d4d303760a9
1bd9a88cfed80e89f6dacb2be88204ab058bb4df

View File

@@ -24,7 +24,9 @@ namespace System.Drawing
#endif
#if FEATURE_TYPECONVERTER
[TypeConverter(typeof(ColorConverter))]
#if !MOBILE && !XAMMAC_4_5
[Editor ("System.Drawing.Design.ColorEditor, " + Consts.AssemblySystem_Drawing_Design, typeof (System.Drawing.Design.UITypeEditor))]
#endif
#endif
public readonly struct Color : IEquatable<Color>
{