System.Reflection.Emit.ConstructorOnTypeBuilderInstantiation.ConstructorOnTypeBuilderInstantiation C# (CSharp) 메소드

ConstructorOnTypeBuilderInstantiation() 개인적인 메소드

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