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

MethodOnTypeBuilderInstantiation() private method

private MethodOnTypeBuilderInstantiation ( MethodInfo method, TypeBuilderInstantiation type ) : System
method System.Reflection.MethodInfo
type TypeBuilderInstantiation
return System
        internal MethodOnTypeBuilderInstantiation(MethodInfo method, TypeBuilderInstantiation type)
        {
            m_method = method;
            m_type = type;
        }
        #endregion