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.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mscorlib/src/System/UInt16.cs b/src/mscorlib/src/System/UInt16.cs
index e4a6837ae2..c7be2e9a1f 100644
--- a/src/mscorlib/src/System/UInt16.cs
+++ b/src/mscorlib/src/System/UInt16.cs
@@ -24,7 +24,7 @@ namespace System
public struct UInt16 : IComparable, IFormattable, IConvertible
, IComparable<UInt16>, IEquatable<UInt16>
{
- private ushort m_value;
+ private ushort m_value; // Do not rename (binary serialization)
public const ushort MaxValue = (ushort)0xFFFF;
public const ushort MinValue = 0;