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&
This is done because 'where' is a protected keyword in C# (LINQ)