summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/UInt16.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/src/System/UInt16.cs')
-rw-r--r--src/mscorlib/src/System/UInt16.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mscorlib/src/System/UInt16.cs b/src/mscorlib/src/System/UInt16.cs
index c7be2e9a1f..746ed7ba49 100644
--- a/src/mscorlib/src/System/UInt16.cs
+++ b/src/mscorlib/src/System/UInt16.cs
@@ -21,6 +21,7 @@ namespace System
// Wrapper for unsigned 16 bit integers.
[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 UInt16 : IComparable, IFormattable, IConvertible
, IComparable<UInt16>, IEquatable<UInt16>
{