System.Reflection.Emit.ConstructorOnTypeBuilderInstantiation.ConstructorOnTypeBuilderInstantiation C# (CSharp) Method

ConstructorOnTypeBuilderInstantiation() private method

private ConstructorOnTypeBuilderInstantiation ( ConstructorInfo constructor, TypeBuilderInstantiation type ) : System
constructor System.Reflection.ConstructorInfo
type TypeBuilderInstantiation
return System
        internal ConstructorOnTypeBuilderInstantiation(ConstructorInfo constructor, TypeBuilderInstantiation type)
        {
            m_ctor = constructor;
            m_type = type;
        }
        #endregion