summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/Int32.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/src/System/Int32.cs')
-rw-r--r--src/mscorlib/src/System/Int32.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mscorlib/src/System/Int32.cs b/src/mscorlib/src/System/Int32.cs
index afee0e42d7..503552117d 100644
--- a/src/mscorlib/src/System/Int32.cs
+++ b/src/mscorlib/src/System/Int32.cs
@@ -22,6 +22,7 @@ namespace System
{
[Serializable]
[System.Runtime.InteropServices.StructLayout(LayoutKind.Sequential)]
+ [System.Runtime.CompilerServices.TypeForwardedFrom("mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public struct Int32 : IComparable, IFormattable, IConvertible
, IComparable<Int32>, IEquatable<Int32>
{