Merge pull request #1407 from chrisvire/bug-24587
[mono.git] / mcs / class / corlib / System.Runtime.CompilerServices / IDispatchConstantAttribute.cs
index afa2d7665ec34ece0b9fa1faa7851a26542778d7..4b12483e9eb67931230eeeec799d3f6f3c121c87 100644 (file)
@@ -36,9 +36,7 @@ namespace System.Runtime.CompilerServices {
        [Serializable]
        [AttributeUsage (AttributeTargets.Field | AttributeTargets.Parameter,
                         Inherited=false)]
-#if NET_2_0
        [ComVisible (true)]
-#endif
        public sealed class IDispatchConstantAttribute : CustomConstantAttribute
        {
                public IDispatchConstantAttribute ()