<?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: How To Determine if Object Derives From Collection Type</title>
	<atom:link href="http://goneale.com/2009/04/16/how-to-determine-if-object-derives-from-collection-type/feed/" rel="self" type="application/rss+xml" />
	<link>http://goneale.com/2009/04/16/how-to-determine-if-object-derives-from-collection-type/</link>
	<description>Graham O&#039;Neale – Deep In .NET Development: ASP.NET, MVC, jQuery, WPF, WCF, Silverlight</description>
	<lastBuildDate>Wed, 28 Sep 2011 23:00:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Graham O'Neale</title>
		<link>http://goneale.com/2009/04/16/how-to-determine-if-object-derives-from-collection-type/comment-page-1/#comment-179</link>
		<dc:creator>Graham O'Neale</dc:creator>
		<pubDate>Fri, 24 Apr 2009 00:10:32 +0000</pubDate>
		<guid isPermaLink="false">http://goneale.wordpress.com/?p=591#comment-179</guid>
		<description>@Monty: Hmmm. Well I never know the type, as it was a custom class coming in as &quot;T&quot;, so I don&#039;t know if IList&lt;T&gt; would have worked either.  Ah well, past that now, thanks for your comments for the next intrepid adventures to come stumbling by here.... =)</description>
		<content:encoded><![CDATA[<p>@Monty: Hmmm. Well I never know the type, as it was a custom class coming in as &#8220;T&#8221;, so I don&#8217;t know if IList&lt;T&gt; would have worked either.  Ah well, past that now, thanks for your comments for the next intrepid adventures to come stumbling by here&#8230;. =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graham O'Neale</title>
		<link>http://goneale.com/2009/04/16/how-to-determine-if-object-derives-from-collection-type/comment-page-1/#comment-178</link>
		<dc:creator>Graham O'Neale</dc:creator>
		<pubDate>Fri, 24 Apr 2009 00:07:12 +0000</pubDate>
		<guid isPermaLink="false">http://goneale.wordpress.com/?p=591#comment-178</guid>
		<description>@Monty: Yeah you&#039;d probably have to use &amp; lt; without the space to make that work as proper &lt; and &gt;.</description>
		<content:encoded><![CDATA[<p>@Monty: Yeah you&#8217;d probably have to use &amp; lt; without the space to make that work as proper &lt; and &gt;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Monty</title>
		<link>http://goneale.com/2009/04/16/how-to-determine-if-object-derives-from-collection-type/comment-page-1/#comment-177</link>
		<dc:creator>Monty</dc:creator>
		<pubDate>Thu, 23 Apr 2009 23:12:53 +0000</pubDate>
		<guid isPermaLink="false">http://goneale.wordpress.com/?p=591#comment-177</guid>
		<description>Wordpress has just taken out my type parameters, trying again:

if (obj is IList[String])

Instead of [, use angle brackets, you know what I mean :)</description>
		<content:encoded><![CDATA[<p>WordPress has just taken out my type parameters, trying again:</p>
<p>if (obj is IList[String])</p>
<p>Instead of [, use angle brackets, you know what I mean <img src='http://goneale.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Monty</title>
		<link>http://goneale.com/2009/04/16/how-to-determine-if-object-derives-from-collection-type/comment-page-1/#comment-176</link>
		<dc:creator>Monty</dc:creator>
		<pubDate>Thu, 23 Apr 2009 23:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://goneale.wordpress.com/?p=591#comment-176</guid>
		<description>if (obj is IList) will call System.Collections.IList and NOT System.Collections.Generic.IList, because you&#039;ll need to provide the type parameter for the generic, i.e.

if (obj is IList)

If that makes sense? :)

Monty</description>
		<content:encoded><![CDATA[<p>if (obj is IList) will call System.Collections.IList and NOT System.Collections.Generic.IList, because you&#8217;ll need to provide the type parameter for the generic, i.e.</p>
<p>if (obj is IList)</p>
<p>If that makes sense? <img src='http://goneale.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Monty</p>
]]></content:encoded>
	</item>
</channel>
</rss>

