revert 127010 until Jeremie polishes and fixes the integration
[mono.git] / mcs / class / corlib / System.Threading / EventResetMode.cs
index ffae479369424feb4d9fb2f1334ae0f3407eda0b..a7cbd1d6a963d21600c7cabc481d061379de7b9f 100644 (file)
 
 #if NET_2_0
 
+using System.Runtime.InteropServices;
+
 namespace System.Threading
 {
+       [ComVisible (false)]
        public enum EventResetMode
        {
                AutoReset = 0,