New test.
[mono.git] / mcs / class / corlib / System.Collections / IList.cs
index 1a2aca178c459c511347b3ecc825a993f94a2849..7d8aa3381014f1a2ab033ca26be07c1f8110e416 100644 (file)
 //
 
 using System;
+using System.Runtime.InteropServices;
 
 namespace System.Collections {
 
+#if NET_2_0
+       [ComVisible(true)]
+#endif
        public interface IList : ICollection, IEnumerable {
                // properties