2007-11-14 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / corlib / System.Runtime.CompilerServices / AccessedThroughPropertyAttribute.cs
index 3236c06e6ba2ae0e544e42339041ddb53bf7f783..d23b365fdf40ffb3d0d6d038d0600cf63c930e3b 100644 (file)
 //
 
 using System;
+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;