什么是dotnet中的匿名方法 [英] what is anonymous methods in dotnet

查看:99
本文介绍了什么是dotnet中的匿名方法的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

.net中的匿名方法是什么?
感谢

what is anonymous methods in dotnet?
thanks

推荐答案

让我为您找到Google (下一次,请自行搜索):
Let Me Google That For You (next time, Google it yourself):
System.Threading.ThreadStart ts = new System.Threading.ThreadStart(delegate(){
    int x = 5;
});


那是匿名方法的一个例子.


That''s one example of an anonymous method.



您可能想拿起中/高级C#书籍并检查是否他们有东西.
You might want to pickup a medium / advanced level C# book and check if they have something.


这篇关于什么是dotnet中的匿名方法的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆