New test.
[mono.git] / mcs / class / corlib / System.Collections / IEnumerable.cs
index 9c0f231d84e17d5836ab0dc5a9f950c1614ed657..b24cb3f6766b22a5922528091030c49caee660f5 100644 (file)
@@ -35,6 +35,10 @@ using System;
 using System.Runtime.InteropServices;
 
 namespace System.Collections {
+
+#if NET_2_0
+       [ComVisible(true)]
+#endif
        [Guid("496B0ABE-CDEE-11d3-88E8-00902754C43A")]
        public interface IEnumerable {
                [DispId(-4)]