The => token is part of the C# 3.0 lambda syntax. My efforts to find the name of this token have failed so far.
Yes, I should have found this fairly easily myself. http://msdn.microsoft.com/en-us/library/bb311046.aspx
dss539
2009-05-18 21:16:20
Also known as the "wang" operator.
Joel Coehoorn
2009-10-04 02:33:36
+2
A:
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".
+6
A:
What it is called, in terms of how to pronounce it when reading code, is covered by Eric Lippert in Reading Code Over the Telephone.
bdukes
2009-05-18 21:23:48
Thanks. This has been bugging me since it came out. I can't say it so it is harder for me to grok it.
Robert Kozak
2009-05-18 21:29:08