摘要: 第一种:直接调用,通过invoke方法; 第二种:这是第二种将委托作为方法的参数的间接调用; 下面举个栗子演示: using System; using System.Collections.Generic; namespace TestDelegate { delegate int DeleInv 阅读全文
posted @ 2024-01-15 16:36 Stephen_Young 阅读(141) 评论(0) 推荐(0) 编辑