2014年2月24日
摘要: 不废话,直接上代码: class Program { private static readonly MethodInfo HelpMethod = typeof(Program).GetMethod("GetHelp", BindingFlags.NonPublic | BindingFlags.Static); static void Main(string[] args) { // you can cache the delegate, the type of delegate is always Func ... 阅读全文
posted @ 2014-02-24 16:33 Zhenway 阅读(451) 评论(2) 推荐(0) 编辑