摘要: 阅读全文
posted @ 2019-07-19 14:28 蜜铀 阅读(1031) 评论(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 蜜铀 阅读(185) 评论(0) 推荐(0)