<?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: Convert Generic ICollection&lt;T&gt;</title>
	<atom:link href="http://www.csharp411.com/convert-generic-icollectiont/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.csharp411.com/convert-generic-icollectiont/</link>
	<description>C# Information, Code, Tips and News</description>
	<lastBuildDate>Sat, 13 Mar 2010 00:13:45 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: draders</title>
		<link>http://www.csharp411.com/convert-generic-icollectiont/comment-page-1/#comment-5264</link>
		<dc:creator>draders</dc:creator>
		<pubDate>Sun, 23 Aug 2009 12:15:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.mini-tools.com/at2/csharp/wordpress/convert-generic-icollectiont/#comment-5264</guid>
		<description>Was unaware of html comments...

using System.Linq;

List&lt;A&gt; collA = new List&lt;A&gt;();
List&lt;B&gt; collB = new List&lt;B&gt;();
List&lt;A&gt; collA2 = collB.OfType&lt;A&gt;().ToList&lt;A&gt;();
List&lt;B&gt; collB2 = collA.OfType&lt;B&gt;().ToList&lt;B&gt;();</description>
		<content:encoded><![CDATA[<p>Was unaware of html comments&#8230;</p>
<p>using System.Linq;</p>
<p>List&lt;A&gt; collA = new List&lt;A&gt;();<br />
List&lt;B&gt; collB = new List&lt;B&gt;();<br />
List&lt;A&gt; collA2 = collB.OfType&lt;A&gt;().ToList&lt;A&gt;();<br />
List&lt;B&gt; collB2 = collA.OfType&lt;B&gt;().ToList&lt;B&gt;();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: draders</title>
		<link>http://www.csharp411.com/convert-generic-icollectiont/comment-page-1/#comment-5263</link>
		<dc:creator>draders</dc:creator>
		<pubDate>Sun, 23 Aug 2009 12:12:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.mini-tools.com/at2/csharp/wordpress/convert-generic-icollectiont/#comment-5263</guid>
		<description>using System.Linq;

List&lt;a&gt; collA = new List&lt;/a&gt;&lt;a&gt;();
List&lt;b&gt; collB = new List&lt;/b&gt;&lt;b&gt;();

List&lt;a&gt; collA2 = collB.OfType&lt;/a&gt;&lt;a&gt;().ToList&lt;/a&gt;&lt;a&gt;();
List&lt;b&gt; collB2 = collA.OfType&lt;/b&gt;&lt;b&gt;().ToList&lt;/b&gt;&lt;b&gt;();&lt;/b&gt;&lt;/a&gt;&lt;/b&gt;&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>using System.Linq;</p>
<p>List<a> collA = new List</a><a>();<br />
List<b> collB = new List</b><b>();</p>
<p>List<a> collA2 = collB.OfType</a><a>().ToList</a><a>();<br />
List<b> collB2 = collA.OfType</b><b>().ToList</b><b>();</b></a></b></a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dew Drop - March 14, 2008 &#124; Alvin Ashcraft's Morning Dew</title>
		<link>http://www.csharp411.com/convert-generic-icollectiont/comment-page-1/#comment-101</link>
		<dc:creator>Dew Drop - March 14, 2008 &#124; Alvin Ashcraft's Morning Dew</dc:creator>
		<pubDate>Fri, 14 Mar 2008 13:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.mini-tools.com/at2/csharp/wordpress/convert-generic-icollectiont/#comment-101</guid>
		<description>[...] Convert Generic ICollection&lt;T&gt; (Timm) [...]</description>
		<content:encoded><![CDATA[<p>[...] Convert Generic ICollection&lt;T&gt; (Timm) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reflective Perspective - Chris Alcock &#187; The Morning Brew #53</title>
		<link>http://www.csharp411.com/convert-generic-icollectiont/comment-page-1/#comment-100</link>
		<dc:creator>Reflective Perspective - Chris Alcock &#187; The Morning Brew #53</dc:creator>
		<pubDate>Fri, 14 Mar 2008 08:02:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.mini-tools.com/at2/csharp/wordpress/convert-generic-icollectiont/#comment-100</guid>
		<description>[...] Convert Generic ICollection&lt;T&gt; - C# 411 looks at converting collections of one generic type to collections of that types base, or derived type. [...]</description>
		<content:encoded><![CDATA[<p>[...] Convert Generic ICollection&lt;T&gt; &#8211; C# 411 looks at converting collections of one generic type to collections of that types base, or derived type. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
