Fix null sessions in HttpContextWrapper.Session
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices.Expando / IExpando.cs
index 6f9a0b8d372167aba194b446cd64cb52cbe12d5f..1a2b2837d7a38621008fc774e56b343c60994dc7 100644 (file)
 //
 
 using System.Reflection;
-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);