From 4b11dc566a5bbfa1378d6266525c281b028abcc8 Mon Sep 17 00:00:00 2001 From: Jiyoung Yun Date: Fri, 10 Feb 2017 20:35:12 +0900 Subject: Imported Upstream version 1.0.0.9910 --- src/mscorlib/src/System/Globalization/DigitShapes.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mscorlib/src/System/Globalization/DigitShapes.cs') diff --git a/src/mscorlib/src/System/Globalization/DigitShapes.cs b/src/mscorlib/src/System/Globalization/DigitShapes.cs index d5b5ecc89c..1513d56f5c 100644 --- a/src/mscorlib/src/System/Globalization/DigitShapes.cs +++ b/src/mscorlib/src/System/Globalization/DigitShapes.cs @@ -9,7 +9,6 @@ namespace System.Globalization { [Serializable] -[System.Runtime.InteropServices.ComVisible(true)] public enum DigitShapes : int { Context = 0x0000, // The shape depends on the previous text in the same output. -- cgit v1.2.3