简体   繁体   English

对于使用lambdas的代码,vs2012将支持edit-continue

[英]Will vs2012 support edit-continue for code with lambdas

To simply repeat the title of this question... Will vs2012 support edit and continue for code with lambdas? 简单地重复这个问题的标题...... vs2012支持编辑并继续使用lambdas编写代码吗? Although this is more of a "tool" question, it is something of high concern (I think) to a lot of us here. 虽然这更像是一个“工具”问题,但对于我们这里的很多人来说,这是一个高度关注的问题。 Does anyone know, or better yet, have a link? 有谁知道,或者更好的是,有链接?

Yes, VS2012 RC now supports edit and continue for methods that contain lambda expressions. 是的,VS2012 RC现在支持编辑并继续包含lambda表达式的方法。 I just realized that today. 我今天才意识到这一点。 Note that you can't modify the lambda expression itself, but you can modify everything else in the method body. 请注意,您无法修改lambda表达式本身,但您可以修改方法体中的其他所有内容。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM