Merge pull request #1529 from alistair/xmlreader_read_to_next_sibling_bug
[mono.git] / mcs / class / corlib / System.Threading / WaitCallback.cs
index fc33a08202d6daf06cd93d345b2d502192330350..3422620e280517eb3618cfe4e541cbffb7acbd5e 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 WaitCallback(object state);
 }