<?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: C# generics make me sad&#8230;</title>
	<atom:link href="http://kstruct.com/2007/01/12/c-generics-make-me-sad/feed/" rel="self" type="application/rss+xml" />
	<link>http://kstruct.com/2007/01/12/c-generics-make-me-sad/</link>
	<description>Matt Sheppard</description>
	<lastBuildDate>Tue, 16 Mar 2010 04:56:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chris Eargle</title>
		<link>http://kstruct.com/2007/01/12/c-generics-make-me-sad/comment-page-1/#comment-1094</link>
		<dc:creator>Chris Eargle</dc:creator>
		<pubDate>Mon, 15 Sep 2008 18:47:59 +0000</pubDate>
		<guid isPermaLink="false">http://kstruct.com/?p=152#comment-1094</guid>
		<description>Here&#039;s the easiest way to do it, and it doesn&#039;t require looping.

ol.AddRange(sl.ToArray());</description>
		<content:encoded><![CDATA[<p>Here&#8217;s the easiest way to do it, and it doesn&#8217;t require looping.</p>
<p>ol.AddRange(sl.ToArray());</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://kstruct.com/2007/01/12/c-generics-make-me-sad/comment-page-1/#comment-85</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 18 Jan 2007 12:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://kstruct.com/?p=152#comment-85</guid>
		<description>Thanks Victor, that certainly does confirm what I thought :)

To be honest, I&#039;d rather live with the possibility of runtime type errors, though it sounds like they may consider making them covariant at some later stage. At the very least it would be nice to have a clean way to perform an explicit conversion rather than having to manually loop through...

Ah well, I guess I&#039;ll just have to live with the idea that nothing&#039;s ever going to quite live up to &lt;a href=&quot;http://en.wikipedia.org/wiki/Eiffel_programming_language&quot; rel=&quot;nofollow&quot;&gt;Eiffel&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Thanks Victor, that certainly does confirm what I thought <img src='http://kstruct.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>To be honest, I&#8217;d rather live with the possibility of runtime type errors, though it sounds like they may consider making them covariant at some later stage. At the very least it would be nice to have a clean way to perform an explicit conversion rather than having to manually loop through&#8230;</p>
<p>Ah well, I guess I&#8217;ll just have to live with the idea that nothing&#8217;s ever going to quite live up to <a href="http://en.wikipedia.org/wiki/Eiffel_programming_language" rel="nofollow">Eiffel</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor Hadianto</title>
		<link>http://kstruct.com/2007/01/12/c-generics-make-me-sad/comment-page-1/#comment-84</link>
		<dc:creator>Victor Hadianto</dc:creator>
		<pubDate>Tue, 16 Jan 2007 14:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://kstruct.com/?p=152#comment-84</guid>
		<description>This is actually quite a common problem :)

This explains why:
http://blogs.msdn.com/rmbyers/archive/2005/02/16/375079.aspx</description>
		<content:encoded><![CDATA[<p>This is actually quite a common problem <img src='http://kstruct.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>This explains why:<br />
<a href="http://blogs.msdn.com/rmbyers/archive/2005/02/16/375079.aspx" rel="nofollow">http://blogs.msdn.com/rmbyers/archive/2005/02/16/375079.aspx</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
