我試圖得到該方法的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