摘要: 1 public delegate void Print(string printStr); 2 public static void DelegateMethod(string printStr) 3 { 4 Console.WriteLine(printStr.Reverse().ToArray()); 5 ... 阅读全文
posted @ 2018-12-06 10:51 Aaron_Net 阅读(116) 评论(0) 推荐(0) 编辑