What do we call this operator => [closed]
- by runrunraygun
Possible Duplicate:
How do I pronounce “=>” as used in lambda expressions in .Net
=>
as in
Enumerable.Range(0, 100).OrderBy(i => i)
What is it called?
I've taken to calling it "Lambda", was wondering if there is a proper name for it.