<?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"
	>
<channel>
	<title>Comments on: A Generic Class Factory for C# 3.0</title>
	<atom:link href="http://aabs.wordpress.com/2007/11/21/a-generic-class-factory-for-c-30/feed/" rel="self" type="application/rss+xml" />
	<link>http://aabs.wordpress.com/2007/11/21/a-generic-class-factory-for-c-30/</link>
	<description>Closed weekends and holidays.</description>
	<pubDate>Sat, 17 May 2008 20:19:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
		<item>
		<title>By: Jon</title>
		<link>http://aabs.wordpress.com/2007/11/21/a-generic-class-factory-for-c-30/#comment-20513</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Mon, 07 Apr 2008 23:53:07 +0000</pubDate>
		<guid isPermaLink="false">http://aabs.wordpress.com/2007/11/21/a-generic-class-factory-for-c-30/#comment-20513</guid>
		<description>there is one line of your code that i dont quite understand:  GenericClassFactory.Dispenser = (args) =&#62; tmp;</description>
		<content:encoded><![CDATA[<p>there is one line of your code that i dont quite understand:  GenericClassFactory.Dispenser = (args) =&gt; tmp;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Matthews</title>
		<link>http://aabs.wordpress.com/2007/11/21/a-generic-class-factory-for-c-30/#comment-20405</link>
		<dc:creator>Andrew Matthews</dc:creator>
		<pubDate>Thu, 21 Feb 2008 01:52:15 +0000</pubDate>
		<guid isPermaLink="false">http://aabs.wordpress.com/2007/11/21/a-generic-class-factory-for-c-30/#comment-20405</guid>
		<description>Hi David,

It's a relatively new feature of the .NET framework that provides a typed signature to a delegate. It's extremely useful in declaring variables to hold lambda functions and other anonymous delegates.

Andrew</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>It&#8217;s a relatively new feature of the .NET framework that provides a typed signature to a delegate. It&#8217;s extremely useful in declaring variables to hold lambda functions and other anonymous delegates.</p>
<p>Andrew</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Gnabasik</title>
		<link>http://aabs.wordpress.com/2007/11/21/a-generic-class-factory-for-c-30/#comment-20403</link>
		<dc:creator>David Gnabasik</dc:creator>
		<pubDate>Wed, 20 Feb 2008 20:03:24 +0000</pubDate>
		<guid isPermaLink="false">http://aabs.wordpress.com/2007/11/21/a-generic-class-factory-for-c-30/#comment-20403</guid>
		<description>Func is declared as a property. Do you previously define it as another generically typed class?</description>
		<content:encoded><![CDATA[<p>Func is declared as a property. Do you previously define it as another generically typed class?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
