摘要: 1.什么是委托就是把方法作为参数传给另一个方法。委托说指向的函数,必须和函数具有相同的签名(返回值和参数类型) Public delegate void DelSayHi(string name); Class proglem { Static void Main(string[] args) { 阅读全文
posted @ 2016-12-12 20:39 码农阿宇 阅读(337) 评论(0) 推荐(0)