X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Runtime.InteropServices%2FTYPEKIND.cs;h=855d4cf9663b4d096c6030e18b8d49ba8bfd7953;hb=e58097e957af9939c94ee46ecd78e38b16a1f989;hp=bb702fe0c6ea8d226012fe79b15397d303a099c5;hpb=cccbf6a4b7152c24fafc319e77060a4723a8560e;p=mono.git diff --git a/mcs/class/corlib/System.Runtime.InteropServices/TYPEKIND.cs b/mcs/class/corlib/System.Runtime.InteropServices/TYPEKIND.cs index bb702fe0c6e..855d4cf9663 100644 --- a/mcs/class/corlib/System.Runtime.InteropServices/TYPEKIND.cs +++ b/mcs/class/corlib/System.Runtime.InteropServices/TYPEKIND.cs @@ -32,11 +32,8 @@ using System; namespace System.Runtime.InteropServices { -#if NET_2_0 [Obsolete] -#endif [Serializable] - [ComVisible(false)] public enum TYPEKIND { TKIND_ENUM = 0, TKIND_RECORD = 1,