New test.
[mono.git] / mcs / class / corlib / System.Collections / IDictionaryEnumerator.cs
index ba5c51e76e4352fbd8f2f37822ca45e2cf26d9f8..cec06ae3a7d15301679ff2e5cd89d3d0b8f38f8b 100644 (file)
 //
 
 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; }