Merge pull request #1057 from lextm/master
[mono.git] / mcs / class / corlib / System.Runtime.CompilerServices / AccessedThroughPropertyAttribute.cs
index d23b365fdf40ffb3d0d6d038d0600cf63c930e3b..8dde9d573fef69b121b164759086256ba84156a2 100644 (file)
@@ -34,9 +34,7 @@ using System.Runtime.InteropServices;
 namespace System.Runtime.CompilerServices {
 
        [AttributeUsage (AttributeTargets.Field)]
-#if NET_2_0
        [ComVisible(true)]
-#endif
        public sealed class AccessedThroughPropertyAttribute : Attribute
        {
                string name;