摘要: class Program { delegate bool Foo(int n); static bool foo1(int n) { return true; } static bool foo2(int n) { return n... 阅读全文
posted @ 2014-05-14 17:03 哲夫 阅读(127) 评论(0) 推荐(0) 编辑