summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/UInt64.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/src/System/UInt64.cs')
-rw-r--r--src/mscorlib/src/System/UInt64.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mscorlib/src/System/UInt64.cs b/src/mscorlib/src/System/UInt64.cs
index b55cd7ce6a..3b64f056e9 100644
--- a/src/mscorlib/src/System/UInt64.cs
+++ b/src/mscorlib/src/System/UInt64.cs
@@ -19,7 +19,6 @@ namespace System {
// Wrapper for unsigned 64 bit integers.
[Serializable]
[CLSCompliant(false), System.Runtime.InteropServices.StructLayout(LayoutKind.Sequential)]
-[System.Runtime.InteropServices.ComVisible(true)]
public struct UInt64 : IComparable, IFormattable, IConvertible
, IComparable<UInt64>, IEquatable<UInt64>
{