摘要:
class Program { static void Main(string[] args) { test(); run(); Console.ReadKey(); } static void run() { test(); } static void test() { var method = new StackFrame(1).GetMethod(); if (method.Nam... 阅读全文
posted @ 2013-12-11 17:56
深海大虾
阅读(471)
评论(0)
推荐(0)
浙公网安备 33010602011771号