<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.dotnetzone.gr:443/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>LINQ Quiz...</title><link>https://www.dotnetzone.gr:443/cs/blogs/softwarebytes/archive/2011/01/22/linq-quiz.aspx</link><description>Can you guess the output of the following code? var values = new List &amp;lt; int &amp;gt;() { 100, 110, 120 }; var funcs = new List &amp;lt; Func &amp;lt; int &amp;gt;&amp;gt;(); foreach ( var v in values) funcs.Add(() =&amp;gt; v); foreach ( var f in funcs) Console .WriteLine(f());</description><dc:language>el</dc:language><generator>CommunityServer 2.1 SP3 (Build: 20423.1)</generator></channel></rss>