merge r67228-r67235, r67237, r67251 and r67256-67259 to trunk (they are
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / INVOKEKIND.cs
old mode 100755 (executable)
new mode 100644 (file)
index e5e59fb..6f5988f
@@ -34,9 +34,10 @@ namespace System.Runtime.InteropServices
 {
 #if NET_2_0
        [Obsolete]
+#else
+       [ComVisible(false)]
 #endif
        [Serializable]
-       [ComVisible(false)]
        public enum INVOKEKIND {
                INVOKE_FUNC = 1,
                INVOKE_PROPERTYGET = 2,