[SRE] Rename MonoGenericClass to TypeBuilderInstantiation to match MS. (#3679)
[mono.git] / mcs / class / corlib / System.Reflection.Emit / ConstructorOnTypeBuilderInst.cs
index b79094639717ed6d4d633488134fede0e372ce76..643e7272a3a9be6666a2dd3366095b1dd968c8d5 100644 (file)
@@ -42,11 +42,11 @@ namespace System.Reflection.Emit
        internal class ConstructorOnTypeBuilderInst : ConstructorInfo
        {
                #region Keep in sync with object-internals.h
-               internal MonoGenericClass instantiation;
+               internal TypeBuilderInstantiation instantiation;
                internal ConstructorInfo cb;
                #endregion
 
-               public ConstructorOnTypeBuilderInst (MonoGenericClass instantiation, ConstructorInfo cb)
+               public ConstructorOnTypeBuilderInst (TypeBuilderInstantiation instantiation, ConstructorInfo cb)
                {
                        this.instantiation = instantiation;
                        this.cb = cb;