I was using ReSharper plugin on VS2010 and i was generating an interface method. ReSharper put an @ on the parameter name. WHat is that used for?
int Count(Func&
it allows you to use reserved words as params.