<?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: Nested Generics</title>
	<atom:link href="http://www.csharp411.com/nested-generics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.csharp411.com/nested-generics/</link>
	<description>C# Development</description>
	<lastBuildDate>Fri, 03 Feb 2012 11:14:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: nittu</title>
		<link>http://www.csharp411.com/nested-generics/#comment-31517</link>
		<dc:creator>nittu</dc:creator>
		<pubDate>Sun, 08 Jan 2012 01:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharp411.com/nested-generics/#comment-31517</guid>
		<description>Found one another implementation at

http://cinchoo.wordpress.com/2012/01/07/cinchoo-collections-nestedlist-part-1/

Sounds simple and elegant.</description>
		<content:encoded><![CDATA[<p>Found one another implementation at</p>
<p><a href="http://cinchoo.wordpress.com/2012/01/07/cinchoo-collections-nestedlist-part-1/" rel="nofollow">http://cinchoo.wordpress.com/2012/01/07/cinchoo-collections-nestedlist-part-1/</a></p>
<p>Sounds simple and elegant.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.csharp411.com/nested-generics/#comment-19879</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Mon, 19 Dec 2011 18:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharp411.com/nested-generics/#comment-19879</guid>
		<description>Nested types are much easier to accomplish if you inherit from a collection base, then expose a property from the new type which is of the same type as the new type. e.g. 

public class SomeCollection : ICollection
{
    public SomeCollection Children{get;set;}


}</description>
		<content:encoded><![CDATA[<p>Nested types are much easier to accomplish if you inherit from a collection base, then expose a property from the new type which is of the same type as the new type. e.g. </p>
<p>public class SomeCollection : ICollection<br />
{<br />
    public SomeCollection Children{get;set;}</p>
<p>}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arjan`s World &#187; LINKBLOG for June 2, 2008</title>
		<link>http://www.csharp411.com/nested-generics/#comment-681</link>
		<dc:creator>Arjan`s World &#187; LINKBLOG for June 2, 2008</dc:creator>
		<pubDate>Mon, 02 Jun 2008 19:56:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharp411.com/nested-generics/#comment-681</guid>
		<description>[...] Nested Generics - Tim M [...] </description>
		<content:encoded><![CDATA[<p>[...] Nested Generics &#8211; Tim M [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

