控件開發基礎

博客园 首页 新随笔 联系 订阅 管理

2014年4月8日 #

摘要: Delegate,Action,Func,匿名方法,匿名委托,事件 (转载)一、委托Delegate一般的方法(Method)中,我们的参数总是string,int,DateTime...这些基本的数据类型(或者没有参数),比如publicvoid HelloWorld() { Console.Wr... 阅读全文
posted @ 2014-04-08 23:37 ada 阅读(190) 评论(0) 推荐(0) 编辑