【发布时间】:2011-11-08 13:57:02
【问题描述】:
我在 VS2010 上使用 ReSharper 插件,我正在生成一个接口方法。 ReSharper 在参数名称上放置了一个 @。那是干什么用的?
int Count(Func<ContratoList, bool> @where);
有什么区别
int Count(Func<ContratoList, bool> where);
谢谢!
【问题讨论】:
-
看看这篇关于
@逐字运算符sanity-free.org/112/…的帖子