summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/Int16.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/src/System/Int16.cs')
-rw-r--r--src/mscorlib/src/System/Int16.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mscorlib/src/System/Int16.cs b/src/mscorlib/src/System/Int16.cs
index aced05df6d..82e5dd5a38 100644
--- a/src/mscorlib/src/System/Int16.cs
+++ b/src/mscorlib/src/System/Int16.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 Int16 : IComparable, IFormattable, IConvertible
, IComparable<Int16>, IEquatable<Int16>
{