[corlib] MonoAssembly.LoadWithPartialNameInternal.
[mono.git] / mcs / class / corlib / System.Reflection / MonoGenericClass.cs
index 34c2b8489491f6d46198ce13ae71f33e1a034dc0..51a1a50522b4c439c98aa52be84bad2299326313 100644 (file)
@@ -51,11 +51,7 @@ namespace System.Reflection
         */
        [StructLayout (LayoutKind.Sequential)]
        sealed class MonoGenericClass :
-#if NET_4_5
                TypeInfo
-#else
-               Type
-#endif 
        {
                #region Keep in sync with object-internals.h
 #pragma warning disable 649