2007-11-05 Stephane Delcroix <sdelcroix@novell.com>
[mono.git] / mcs / class / corlib / System / TypedReference.cs
index 8cb2c55660ad16c88a0ea5646ecec254dcb6a4d7..45f40ce1e44dc3911d279e7fc1d0c5d692fb9afb 100644 (file)
 using System.Reflection;
 using System.Runtime.CompilerServices;
 using System.Security.Permissions;
+using System.Runtime.InteropServices;
 
 namespace System 
 {
        [CLSCompliant (false)]
+#if NET_2_0
+       [ComVisible (true)]
+#endif
        public struct TypedReference 
        {
                RuntimeTypeHandle type;