Yes, now that I look at it that way, you're absolutely correct. Kudos to Tyler for a better and more accurate answer. Great work!
On Sep 6, 1:19 am, "Tyler Sommer" <[email protected]> wrote: > It doesn't have much to do with LINQ, does it? > > It's an anonymous function expressed with a lambda operator, as you said. > > Other ways of writing this are: > > var t = Task.Factory.StartNew(delegate() { DoAction(); }); > > See:http://msdn.microsoft.com/en-us/library/bb882516.aspx >
