* Makefile.am: Build `docs` after `runtime`, so that it can depend
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / DESCKIND.cs
index 525ee2aae5d570ae39fc06fbcc10cc6001b7c1f9..e8392a590d4caf2e363366779fe577d0bc79fbab 100644 (file)
@@ -34,9 +34,10 @@ namespace System.Runtime.InteropServices
 {
 #if NET_2_0
        [Obsolete]
+#else
+       [ComVisible(false)]
 #endif
        [Serializable]
-       [ComVisible(false)]
        public enum DESCKIND {
                DESCKIND_NONE = 0,
                DESCKIND_FUNCDESC = 1,