summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/ValueType.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/src/System/ValueType.cs')
-rw-r--r--src/mscorlib/src/System/ValueType.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mscorlib/src/System/ValueType.cs b/src/mscorlib/src/System/ValueType.cs
index 0cd08bd26f..e5b5528314 100644
--- a/src/mscorlib/src/System/ValueType.cs
+++ b/src/mscorlib/src/System/ValueType.cs
@@ -19,6 +19,7 @@ using System.Runtime.Versioning;
namespace System
{
[Serializable]
+ [System.Runtime.CompilerServices.TypeForwardedFrom("mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public abstract class ValueType
{
public override bool Equals(Object obj)