首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > C# >

急问:询问高手 c#中的符号 ()=>this.somefunction()是什么意思解决办法

2012-06-15 
急问:询问高手 c#中的符号 ()this.somefunction()是什么意思请教高手。我在代码里看见下面类似的代码,是

急问:询问高手 c#中的符号 ()=>this.somefunction()是什么意思
请教高手。
我在代码里看见下面类似的代码,是什么意思呢?
this.Enqueue(() => this.dosomething(Parameters));

[解决办法]
请baidu
 C# Lambda 表达式
[解决办法]
入列 this.dosomething(Parameters) 返回的对象 

lambda表达式
[解决办法]
Lambda 表达式
VS2008的新特性
是一种匿名函数

热点排行