LInQ 101, fella !! This is a LInQ expression. The empty parenthesis indicate that no parameters are required for the expression to be evaluated and the "=>" is the (famous) lambda operator.
On Sep 4, 3:48 pm, mandar <[email protected]> wrote: > // C# > > var t = Task.Factory.StartNew( () => DoAction()); > > what does " () => " means > > thanks in advance...
