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