Merge pull request #963 from kebby/master
[mono.git] / mcs / class / corlib / System.Reflection / MonoGenericClass.cs
index ad5e9436fee22d32349fc7aa8367d1f5e8b6f1e1..c053a4bbfc3e5195a4c22577524ba73d810dd099 100644 (file)
@@ -50,7 +50,12 @@ namespace System.Reflection
         * depends on them.
         */
        [StructLayout (LayoutKind.Sequential)]
-       internal class MonoGenericClass : Type
+       sealed class MonoGenericClass :
+#if NET_4_5
+               TypeInfo
+#else
+               Type
+#endif 
        {
                #region Keep in sync with object-internals.h
 #pragma warning disable 649