Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Toub <stoub@microsoft.com>2017-11-02 18:02:12 +0300
committerStephen Toub <stoub@microsoft.com>2017-11-03 16:48:47 +0300
commit45b724f6b6391910edea8a70f3f22a4a7996696d (patch)
tree22a12d6f452b99618653ebb77fa3ea309ff52a70 /src/System.Drawing.Primitives
parent54e889a7c71bf22f9f1ef244a9d040fee64c74d5 (diff)
Update ref assemblies with readonly changes
Diffstat (limited to 'src/System.Drawing.Primitives')
-rw-r--r--src/System.Drawing.Primitives/ref/System.Drawing.Primitives.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Drawing.Primitives/ref/System.Drawing.Primitives.cs b/src/System.Drawing.Primitives/ref/System.Drawing.Primitives.cs
index 6371253997..c4f3334a4a 100644
--- a/src/System.Drawing.Primitives/ref/System.Drawing.Primitives.cs
+++ b/src/System.Drawing.Primitives/ref/System.Drawing.Primitives.cs
@@ -7,7 +7,7 @@
namespace System.Drawing
{
- public partial struct Color : System.IEquatable<System.Drawing.Color>
+ public readonly partial struct Color : System.IEquatable<System.Drawing.Color>
{
public static readonly System.Drawing.Color Empty;
public byte A { get { throw null; } }