summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/SByte.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/src/System/SByte.cs')
-rw-r--r--src/mscorlib/src/System/SByte.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mscorlib/src/System/SByte.cs b/src/mscorlib/src/System/SByte.cs
index 9e550936fe..8a0ab3e129 100644
--- a/src/mscorlib/src/System/SByte.cs
+++ b/src/mscorlib/src/System/SByte.cs
@@ -21,6 +21,7 @@ namespace System
// A place holder class for signed bytes.
[Serializable]
[CLSCompliant(false), System.Runtime.InteropServices.StructLayout(LayoutKind.Sequential)]
+ [System.Runtime.CompilerServices.TypeForwardedFrom("mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public struct SByte : IComparable, IFormattable, IConvertible
, IComparable<SByte>, IEquatable<SByte>
{