[Test] Cleaned up how a bunch of tests were ignored
[mono.git] / mcs / class / corlib / System.Collections / ICollection.cs
index cefd29d366be231b9f374d50c7b360f3b4652ad1..2b7aa0a72b78228323f38a4e4567a407ca644686 100644 (file)
@@ -36,10 +36,7 @@ using System.Runtime.InteropServices;
 
 namespace System.Collections {
 
-#if NET_2_0
        [ComVisible(true)]
-#endif
-               
        public interface ICollection : IEnumerable {
                int Count { get; }