X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Collections%2FIDictionaryEnumerator.cs;h=cec06ae3a7d15301679ff2e5cd89d3d0b8f38f8b;hb=af90548a08ef5effc93b083b7eec44daa178b141;hp=ba5c51e76e4352fbd8f2f37822ca45e2cf26d9f8;hpb=ff228e1c801bda9666b6edab3ee962e05edcf480;p=mono.git diff --git a/mcs/class/corlib/System.Collections/IDictionaryEnumerator.cs b/mcs/class/corlib/System.Collections/IDictionaryEnumerator.cs index ba5c51e76e4..cec06ae3a7d 100644 --- a/mcs/class/corlib/System.Collections/IDictionaryEnumerator.cs +++ b/mcs/class/corlib/System.Collections/IDictionaryEnumerator.cs @@ -32,9 +32,13 @@ // using System; +using System.Runtime.InteropServices; namespace System.Collections { +#if NET_2_0 + [ComVisible(true)] +#endif public interface IDictionaryEnumerator : IEnumerator { DictionaryEntry Entry { get; } object Key { get; }