Speed up Thread.ManagedThreadId.
[mono.git] / mcs / class / corlib / System.Threading / WaitOrTimerCallback.cs
index 98a76b327dd60d50e7699c87dfd1bed187a3fd43..7fbd35603550723733487ec7d3705edeeb9adfe4 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+using System.Runtime.InteropServices;
 
 namespace System.Threading
 {
+       [ComVisible (true)]
        public delegate void WaitOrTimerCallback(object state, bool timedOut);
 }