So I was digging through some code and I saw something along these lines.
Func<T> @delegate = ...
My question is what is the @ operator used for in this case?
I've seen it used when creating string literals but never when referencing something other than a string.