<?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>Comments on: Learning lambda expressions for XNA GS developers</title>
	<atom:link href="http://blog.nickgravelyn.com/2009/10/learning-lambda-expressions-for-xna-gs-developers/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nickgravelyn.com/2009/10/learning-lambda-expressions-for-xna-gs-developers/</link>
	<description></description>
	<lastBuildDate>Fri, 23 Jul 2010 01:34:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nick</title>
		<link>http://blog.nickgravelyn.com/2009/10/learning-lambda-expressions-for-xna-gs-developers/comment-page-1/#comment-233</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Sun, 14 Feb 2010 18:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nickgravelyn.com/?p=838#comment-233</guid>
		<description>Given that the Calculate delegate is defined (in the linked post) as:

public delegate int Calculate (int value1, int value2);

No, you can&#039;t. Calculate requires two input values and a single return. You could define another delegate type to have more parameters, but not with the Calculate delegate as defined.</description>
		<content:encoded><![CDATA[<p>Given that the Calculate delegate is defined (in the linked post) as:</p>
<p>public delegate int Calculate (int value1, int value2);</p>
<p>No, you can&#8217;t. Calculate requires two input values and a single return. You could define another delegate type to have more parameters, but not with the Calculate delegate as defined.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://blog.nickgravelyn.com/2009/10/learning-lambda-expressions-for-xna-gs-developers/comment-page-1/#comment-235</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Sun, 14 Feb 2010 18:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nickgravelyn.com/?p=838#comment-235</guid>
		<description>Given that the Calculate delegate is defined (in the linked post) as:

public delegate int Calculate (int value1, int value2);

No, you can&#039;t. Calculate requires two input values and a single return. You could define another delegate type to have more parameters, but not with the Calculate delegate as defined.</description>
		<content:encoded><![CDATA[<p>Given that the Calculate delegate is defined (in the linked post) as:</p>
<p>public delegate int Calculate (int value1, int value2);</p>
<p>No, you can&#8217;t. Calculate requires two input values and a single return. You could define another delegate type to have more parameters, but not with the Calculate delegate as defined.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ^DJ_Link^</title>
		<link>http://blog.nickgravelyn.com/2009/10/learning-lambda-expressions-for-xna-gs-developers/comment-page-1/#comment-232</link>
		<dc:creator>^DJ_Link^</dc:creator>
		<pubDate>Sun, 14 Feb 2010 18:53:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nickgravelyn.com/?p=838#comment-232</guid>
		<description>Cool post.
Is there any way I can receive n parameters on my delegate function?

So I could do something like

Calculate add1 = (a, b) =&gt; sum();

and also

Calculate add1 = (a, b, c) =&gt; sum();

Thanks</description>
		<content:encoded><![CDATA[<p>Cool post.<br />
Is there any way I can receive n parameters on my delegate function?</p>
<p>So I could do something like</p>
<p>Calculate add1 = (a, b) =&gt; sum();</p>
<p>and also</p>
<p>Calculate add1 = (a, b, c) =&gt; sum();</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ^DJ_Link^</title>
		<link>http://blog.nickgravelyn.com/2009/10/learning-lambda-expressions-for-xna-gs-developers/comment-page-1/#comment-234</link>
		<dc:creator>^DJ_Link^</dc:creator>
		<pubDate>Sun, 14 Feb 2010 18:53:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nickgravelyn.com/?p=838#comment-234</guid>
		<description>Cool post.
Is there any way I can receive n parameters on my delegate function?

So I could do something like

Calculate add1 = (a, b) =&gt; sum();

and also

Calculate add1 = (a, b, c) =&gt; sum();

Thanks</description>
		<content:encoded><![CDATA[<p>Cool post.<br />
Is there any way I can receive n parameters on my delegate function?</p>
<p>So I could do something like</p>
<p>Calculate add1 = (a, b) =&gt; sum();</p>
<p>and also</p>
<p>Calculate add1 = (a, b, c) =&gt; sum();</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
