<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Commentaires sur : Anonymous methods make elegant proxies</title>
	<atom:link href="http://blog.neteril.org/2007/08/25/anonymous-methods-make-elegant-proxies/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.neteril.org/2007/08/25/anonymous-methods-make-elegant-proxies/</link>
	<description>Random thoughts of Jérémie Laval</description>
	<lastBuildDate>Mon, 25 Jul 2011 10:32:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Par : garuma</title>
		<link>http://blog.neteril.org/2007/08/25/anonymous-methods-make-elegant-proxies/comment-page-1/#comment-33</link>
		<dc:creator>garuma</dc:creator>
		<pubDate>Tue, 03 Feb 2009 18:07:27 +0000</pubDate>
		<guid isPermaLink="false">http://garuma.wordpress.com/2007/08/25/anonymous-methods-make-elegant-proxies/#comment-33</guid>
		<description>Back in the day it was working. Now it&#039;s not the case anymore for that sample. I will update when I have time.

Meanwhile, as another example, this pattern is also useful with Gtk# Application.Invoke(EventHandler) when you want to execute some piece of code not contained in a EventHandler-style method on the GUI thread.</description>
		<content:encoded><![CDATA[<p>Back in the day it was working. Now it&#8217;s not the case anymore for that sample. I will update when I have time.</p>
<p>Meanwhile, as another example, this pattern is also useful with Gtk# Application.Invoke(EventHandler) when you want to execute some piece of code not contained in a EventHandler-style method on the GUI thread.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Chris</title>
		<link>http://blog.neteril.org/2007/08/25/anonymous-methods-make-elegant-proxies/comment-page-1/#comment-32</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 03 Feb 2009 08:23:06 +0000</pubDate>
		<guid isPermaLink="false">http://garuma.wordpress.com/2007/08/25/anonymous-methods-make-elegant-proxies/#comment-32</guid>
		<description>That last example is not great - when you omit the parameter list on the anonymous method, the overloading is ambiguous.

(ThreadStart and ParameterizedThreadStart both match)

Or does the Mono C# compiler have some notion of a &quot;best&quot; match, that the Microsoft compiler does not?</description>
		<content:encoded><![CDATA[<p>That last example is not great &#8211; when you omit the parameter list on the anonymous method, the overloading is ambiguous.</p>
<p>(ThreadStart and ParameterizedThreadStart both match)</p>
<p>Or does the Mono C# compiler have some notion of a &laquo;&nbsp;best&nbsp;&raquo; match, that the Microsoft compiler does not?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

