<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/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>Closure Tip</title><link>http://msmvps.com/blogs/peterritchie/archive/2008/10/27/closure-tip.aspx</link><description>In C# 2 and greater you have the ability to write closures. A closure is a function that is evaluated in an environment containing one ore more bound variables[1]. In C# 2 this is done by creating an anonymous method that accesses a variable declared</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>re: Closure Tip</title><link>http://msmvps.com/blogs/peterritchie/archive/2008/10/27/closure-tip.aspx#1652122</link><pubDate>Mon, 27 Oct 2008 15:43:46 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1652122</guid><dc:creator>Jimmy Bogard</dc:creator><description>&lt;p&gt;This is also something we do quite a bit with closures and scope in JavaScript - capturing values in a given scope, passing that variable along to the closure.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1652122" width="1" height="1"&gt;</description></item></channel></rss>