[Test] Cleaned up how a bunch of tests were ignored
[mono.git] / mcs / class / corlib / System.Collections / ICollection.cs
index 060f2e1e6230e82d921186fcb42638bacff50053..2b7aa0a72b78228323f38a4e4567a407ca644686 100644 (file)
 //
 
 using System;
+using System.Runtime.InteropServices;
 
 namespace System.Collections {
 
+       [ComVisible(true)]
        public interface ICollection : IEnumerable {
                int Count { get; }