Add locking to EventWaitHandle.Set/Reset to avoid crashes when another thread dispose...
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / UCOMIConnectionPoint.cs
index c3b13b3f885fe2efa0b8dcbfafc31b68f71a4e62..1e514ab4b72d15439a6336df78418edfb6235065 100644 (file)
@@ -28,9 +28,7 @@
 
 namespace System.Runtime.InteropServices
 {
-#if NET_2_0
        [Obsolete]
-#endif
        [ComImport]
        [Guid ("b196b286-bab4-101a-b69c-00aa00341d07")]
        [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]