2010-03-18 Carlos Alberto Cortez <calberto.cortez@gmail.com>
[mono.git] / mcs / class / corlib / System / IAsyncResult.cs
index ad0142fb5f1db461100a2b80708ff9b33cf46a2d..94062b854939fead1f470f746a22adbeb6c71cbe 100644 (file)
 using System;
 using System.Threading;
 using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
 
 namespace System {
 
+       [ComVisible(true)]
        public interface IAsyncResult
        {
                object AsyncState