First drop of a new Mono.Parallel assembly
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices.Expando / IExpando.cs
index 6f9a0b8d372167aba194b446cd64cb52cbe12d5f..184d50758859e843f82ef37a195904c893c14102 100644 (file)
@@ -36,6 +36,7 @@ using System.Reflection.Emit;
 namespace System.Runtime.InteropServices.Expando
 {
        [Guid("afbf15e6-c37c-11d2-b88e-00a0c9b471b8")]
+       [System.Runtime.InteropServices.ComVisible (true)]
        public interface IExpando : IReflect
        {
                FieldInfo AddField (string name);