随笔分类 -  Pro C#

Pro C# 2008 第11章 委托、事件和Lambda
摘要:Pro C# 2008 第11章 委托、事件和Lambda 委托定义:C#中的回调。安全,面向对象。包含: 所调用的方法的名称; 该方法的参数(可选); 该方法的返回值(可选)。 委托声明 delegate声明的是System.MulticastDelegate类。 public delegate 阅读全文

posted @ 2022-02-26 21:52 OctoberKey 阅读(70) 评论(0) 推荐(0)

导航