夜微凉、的博客

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2015年11月5日

摘要: class Program { delegate string Get(string ss); delegate string Get2(int i); static Func<string, string> Out = s => s.ToLower(); static Func<int, stri 阅读全文
posted @ 2015-11-05 16:55 夜、微凉 阅读(992) 评论(0) 推荐(0)