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