摘要: 一、delegate 的用法 using System; namespace hellword { //定义一个委托 public delegate void delegateMedth (int a, int b,string Desc); //定义一个类 public class MedthCl 阅读全文
posted @ 2021-02-03 11:36 逆天蓝 阅读(143) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/Leo_wl/p/8405711.html 阅读全文
posted @ 2021-02-03 10:09 逆天蓝 阅读(119) 评论(0) 推荐(0)