我试图得到该方法的MethodInfo
对象:如何获得一般方法的MethodInfo?
Any<TSource>(IEnumerable<TSource>, Func<TSource, Boolean>)
我有工作了你如何指定Func<TSource, Boolean>
位类型参数的问题......
MethodInfo method = typeof(Enumerable).GetMethod("Any", new[] { typeof(Func<what goes here?, Boolean>) });
帮助赞赏。
可能重复http://stackoverflow.com /问题/ 269578/GET-A-仿制方法,而无需-使用-的getMethods) – nawfal 2013-10-08 10:58:47