String.Split(char[],int,StringSplitOptions) should remove empty entries while
[mono.git] / mcs / class / corlib / System / IAsyncResult.cs
index ad0142fb5f1db461100a2b80708ff9b33cf46a2d..24ba5c1accb9db04dc579ea1583e916a7c75da34 100644 (file)
 using System;
 using System.Threading;
 using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
 
 namespace System {
 
+#if NET_2_0
+       [ComVisible(true)]
+#endif
        public interface IAsyncResult
        {
                object AsyncState