コード例 #1
0
        protected override MethodInfo GetMethodImpl(string name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers)
        {
            if (types == null)
            {
                return(UnderlyingModule.GetMethod(name));
            }

            return(UnderlyingModule.GetMethod(name, bindingAttr, binder, callConvention, types, modifiers));
        }