Moving BSTR conv to native code in SecureStringToBSTR.
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / DESCKIND.cs
index 525ee2aae5d570ae39fc06fbcc10cc6001b7c1f9..56e87244eb4b75dcbec7ff52f46fc72654081d26 100644 (file)
@@ -32,11 +32,8 @@ using System;
 
 namespace System.Runtime.InteropServices
 {
-#if NET_2_0
        [Obsolete]
-#endif
        [Serializable]
-       [ComVisible(false)]
        public enum DESCKIND {
                DESCKIND_NONE = 0,
                DESCKIND_FUNCDESC = 1,