摘要:
不废话,直接上代码: 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
阅读(466)
评论(2)
推荐(0)
浙公网安备 33010602011771号