New test.
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / FieldOffsetAttribute.cs
old mode 100755 (executable)
new mode 100644 (file)
index 2249203..76cd167
@@ -24,7 +24,9 @@
 using System;
 
 namespace System.Runtime.InteropServices {
-
+#if NET_2_0
+       [ComVisible (true)]
+#endif
        [AttributeUsage (AttributeTargets.Field, Inherited=false)]
        public sealed class FieldOffsetAttribute : Attribute {
                private int val;