2010-03-18 Carlos Alberto Cortez <calberto.cortez@gmail.com>
[mono.git] / mcs / class / corlib / System / IAsyncResult.cs
index 24ba5c1accb9db04dc579ea1583e916a7c75da34..94062b854939fead1f470f746a22adbeb6c71cbe 100644 (file)
@@ -38,9 +38,7 @@ using System.Runtime.InteropServices;
 
 namespace System {
 
-#if NET_2_0
        [ComVisible(true)]
-#endif
        public interface IAsyncResult
        {
                object AsyncState