摘要: 先上委托的例子: 1 using System; 2 3 delegate int myDelegateHandler(int a, int b); 4 5 public class A 6 { 7 //静态方法 8 public static int M1(int a, int... 阅读全文
posted @ 2015-05-18 18:32 hxy_has_been_used 阅读(141) 评论(0) 推荐(0) 编辑