摘要:
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)
|
摘要:
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)
|