2009-07-30 Gonzalo Paniagua Javier <gonzalo@novell.com>
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices.Expando / IExpando.cs
index 6efca6f93c9368470f25686231cc6a6103ea27e5..604aec56727a490eb07e02802cfda62883896df4 100644 (file)
@@ -2,9 +2,9 @@
 // System.Runtime.InteropServices.Expando.IExpando.cs
 //
 // Author:
-//    Alejandro Sánchez Acosta (raciel@es.gnu.org)
+//    Alejandro Sánchez Acosta (raciel@es.gnu.org)
 // 
-// (C) Alejandro Sánchez Acosta
+// (C) Alejandro Sánchez Acosta
 // 
 
 //
@@ -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);