摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace delegateExample { delegate void MyDel(int value); //定义委托 ... 阅读全文
posted @ 2020-06-14 13:12 司徒无名 阅读(205) 评论(0) 推荐(0) 编辑