X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Collections%2FIList.cs;h=7d8aa3381014f1a2ab033ca26be07c1f8110e416;hb=af90548a08ef5effc93b083b7eec44daa178b141;hp=1a2aca178c459c511347b3ecc825a993f94a2849;hpb=5e6643734df34c002b914b3d44c91ed897a8a6d6;p=mono.git diff --git a/mcs/class/corlib/System.Collections/IList.cs b/mcs/class/corlib/System.Collections/IList.cs index 1a2aca178c4..7d8aa338101 100644 --- a/mcs/class/corlib/System.Collections/IList.cs +++ b/mcs/class/corlib/System.Collections/IList.cs @@ -32,9 +32,13 @@ // using System; +using System.Runtime.InteropServices; namespace System.Collections { +#if NET_2_0 + [ComVisible(true)] +#endif public interface IList : ICollection, IEnumerable { // properties