摘要: using System; namespace 匿名函数 { class Program { delegate void TestDelegate(string s); static void M(string s) { Console.WriteLine("A参数为:{0}", s); } sta 阅读全文
posted @ 2020-02-27 18:36 Ahoga 阅读(1083) 评论(0) 推荐(0)