One way to understand code is if you can pronounce the symbols/special character correctly. Just like in mathematics where there are a lot symbols used.
Refer to http://en.wikipedia.org/wiki/Table_of_mathematical_symbols. :D In C#, this symbol is read as "..goes to ...:". See http://msdn.microsoft.com/en-us/library/bb397687.aspx Cheers! Benj On Sep 4, 6:48 pm, mandar <[email protected]> wrote: > // C# > > var t = Task.Factory.StartNew( () => DoAction()); > > what does " () => " means > > thanks in advance...
