2007-11-05 Stephane Delcroix <sdelcroix@novell.com>
[mono.git] / mcs / class / corlib / System / TypedReference.cs
old mode 100755 (executable)
new mode 100644 (file)
index 8cb2c55..45f40ce
 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;