2009-07-30 Gonzalo Paniagua Javier <gonzalo@novell.com>
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices.Expando / IExpando.cs
index 6f9a0b8d372167aba194b446cd64cb52cbe12d5f..604aec56727a490eb07e02802cfda62883896df4 100644 (file)
@@ -36,6 +36,9 @@ using System.Reflection.Emit;
 namespace System.Runtime.InteropServices.Expando
 {
        [Guid("afbf15e6-c37c-11d2-b88e-00a0c9b471b8")]
+#if NET_2_0
+       [System.Runtime.InteropServices.ComVisible (true)]
+#endif
        public interface IExpando : IReflect
        {
                FieldInfo AddField (string name);