merge r67228-r67235, r67237, r67251 and r67256-67259 to trunk (they are
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / INVOKEKIND.cs
index e5e59fbdf3e87a50874fdb4d46c73592d30409e4..6f5988fb73920467ffd21147cfeece34fa6ec2c9 100644 (file)
@@ -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,