The => token is part of the C# 3.0 lambda syntax. My efforts to find the name of this token have failed so far.
http://msdn.microsoft.com/en-us/library/bb397687.aspx
Taken from the above: All lambda expressions use the lambda operator =>, which is read as "goes to".