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

MethodBuilderInstantiation() private method

private MethodBuilderInstantiation ( MethodInfo method, Type inst ) : System
method System.Reflection.MethodInfo
inst System.Type
return System
        internal MethodBuilderInstantiation(MethodInfo method, Type[] inst)
        {
            m_method = method;
            m_inst = inst;
        }
        #endregion