匿名委托与λ表达式
摘要:
delegate string DelegateTest(string val); delegate string DelegateTest2(string val,int val2); static void Main(string[] args) { string mid = ",middle part,"; DelegateTest anonDel = delegate(string par... 阅读全文
posted @ 2010-02-23 18:00 态度决定一切 阅读(142) 评论(0) 推荐(0)
浙公网安备 33010602011771号