摘要: 阅读全文
posted @ 2019-07-19 14:28 蜜铀 阅读(1012) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace tryDelegate { public delegate int AddDelegate(int a, int b); //定位委托类型 class Program { ... 阅读全文
posted @ 2019-07-19 11:00 蜜铀 阅读(176) 评论(0) 推荐(0) 编辑