New test.
[mono.git] / mcs / class / corlib / System.Collections.Generic / IEnumerable.cs
index 4eb6b10228c155433eb5bc189587bf5863c24035..15a4e0d3df88777cf4d50639c7af7fd5a1594a1e 100644 (file)
@@ -37,8 +37,6 @@ using System.Runtime.InteropServices;
 
 namespace System.Collections.Generic
 {
-       [CLSCompliant(false)]
-       [ComVisible(false)]
        public interface IEnumerable<T> : IEnumerable
        {
                new IEnumerator<T> GetEnumerator ();