X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Runtime.CompilerServices%2FAccessedThroughPropertyAttribute.cs;h=8dde9d573fef69b121b164759086256ba84156a2;hb=99b5aad5ee74b270b33e3779cf14cf18d847db50;hp=d23b365fdf40ffb3d0d6d038d0600cf63c930e3b;hpb=9d61782c6e2392d7ceec2006b35be582598a70ae;p=mono.git diff --git a/mcs/class/corlib/System.Runtime.CompilerServices/AccessedThroughPropertyAttribute.cs b/mcs/class/corlib/System.Runtime.CompilerServices/AccessedThroughPropertyAttribute.cs index d23b365fdf4..8dde9d573fe 100644 --- a/mcs/class/corlib/System.Runtime.CompilerServices/AccessedThroughPropertyAttribute.cs +++ b/mcs/class/corlib/System.Runtime.CompilerServices/AccessedThroughPropertyAttribute.cs @@ -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;