摘要:
Action act1=new Action(delegate(){console.WriteLine("这是方法体");});//2.0匿名方法 //3.0 lamd Action act2=new Action(()=>{Console.WriteLine("这是方法体")});去掉delega 阅读全文
posted @ 2017-11-17 10:26
明净
阅读(103)
评论(0)
推荐(0)
|
摘要:
Action act1=new Action(delegate(){console.WriteLine("这是方法体");});//2.0匿名方法 //3.0 lamd Action act2=new Action(()=>{Console.WriteLine("这是方法体")});去掉delega 阅读全文
posted @ 2017-11-17 10:26
明净
阅读(103)
评论(0)
推荐(0)
|