summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System/UInt16.cs
diff options
context:
space:
mode:
authorSantiago Fernandez Madero <safern@microsoft.com>2018-08-31 11:16:19 -0700
committerJan Kotas <jkotas@microsoft.com>2018-08-31 11:16:19 -0700
commit3b807944d8822b44eb5085d6b95b130b4a91808f (patch)
treee708e499175bcbd647ed4cdffeabfdcf74d16f78 /src/System.Private.CoreLib/shared/System/UInt16.cs
parent9ed18951643bc05060b377bf006f2530cb857bdb (diff)
downloadcoreclr-3b807944d8822b44eb5085d6b95b130b4a91808f.tar.gz
coreclr-3b807944d8822b44eb5085d6b95b130b4a91808f.tar.bz2
coreclr-3b807944d8822b44eb5085d6b95b130b4a91808f.zip
Revert "Remove not necessary type forwarded from attributes when type comes from mscorlib in netfx" (#19784)
This reverts commit 4fb001d431e0f44df15709f02f776e565fec14c7.
Diffstat (limited to 'src/System.Private.CoreLib/shared/System/UInt16.cs')
-rw-r--r--src/System.Private.CoreLib/shared/System/UInt16.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/System.Private.CoreLib/shared/System/UInt16.cs b/src/System.Private.CoreLib/shared/System/UInt16.cs
index 71539a8a12..f9ef1f6a62 100644
--- a/src/System.Private.CoreLib/shared/System/UInt16.cs
+++ b/src/System.Private.CoreLib/shared/System/UInt16.cs
@@ -12,6 +12,7 @@ namespace System
[Serializable]
[CLSCompliant(false)]
[StructLayout(LayoutKind.Sequential)]
+ [TypeForwardedFrom("mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public readonly struct UInt16 : IComparable, IConvertible, IFormattable, IComparable<ushort>, IEquatable<ushort>, ISpanFormattable
{
private readonly ushort m_value; // Do not rename (binary serialization)